GET /api/bet_types/2b8458a4-102b-4036-9f94-ef719f6ec2e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b8458a4-102b-4036-9f94-ef719f6ec2e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c1bafb3-844f-4123-b888-a6d54ce54dd8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-10T15:12:00.165591-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York Knicks",
                "amount": 5939.0
            },
            {
                "team": "Miami Heat",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4360b50-a2f0-4840-a5e3-b3aaeb8afcfb",
            "gambit_id": "b2705cf3-100c-4648-b64e-e4ecf2379762",
            "last_updated": "2023-05-11T11:17:10.841272-04:00",
            "created_at": "2023-05-10T15:12:00.166963-04:00",
            "name": "New York Knicks",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b8458a4-102b-4036-9f94-ef719f6ec2e3/?format=api"
        },
        {
            "id": "6a205872-017d-4c0c-8a0d-7ef8bd3f41b9",
            "gambit_id": "6cd2457f-d248-44c3-aab3-c14ef8f11935",
            "last_updated": "2023-05-11T11:17:10.842824-04:00",
            "created_at": "2023-05-10T15:12:00.168421-04:00",
            "name": "Miami Heat",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b8458a4-102b-4036-9f94-ef719f6ec2e3/?format=api"
        }
    ]
}