GET /api/bet_types/ad7092c9-7c65-4a9e-a3db-9508ed23b06f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad7092c9-7c65-4a9e-a3db-9508ed23b06f",
    "match": "https://api-prod.gambitprofit.com/api/matches/badee02a-ca8a-4aec-9427-ee7f0bd4b81a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "MIA (T Rogers)",
                "amount": 5389.0
            },
            {
                "team": "TEX (G Otto)",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": 268.11,
        "profit_sb_percentage": 2.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "a26f956a-20d9-4fd6-b0e9-8bf26041956f",
            "gambit_id": "0fe3eaa3-6696-4681-8de2-429a08dad543",
            "last_updated": "2022-09-13T22:57:07.912585-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (T Rogers)",
            "reward": "1.72000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad7092c9-7c65-4a9e-a3db-9508ed23b06f/?format=api"
        },
        {
            "id": "3866490d-b712-4ac4-af64-cfc131702ec4",
            "gambit_id": "cabb09e9-66bc-4c95-9d9c-bc38c5c9edf8",
            "last_updated": "2022-09-13T22:57:07.913591-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (G Otto)",
            "reward": "2.01000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad7092c9-7c65-4a9e-a3db-9508ed23b06f/?format=api"
        }
    ]
}