GET /api/bet_types/ed177ed3-1526-473b-b014-188ebefdb822/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed177ed3-1526-473b-b014-188ebefdb822",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a1613cf-9208-4097-a029-751f43a9afc9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-18T14:27:15.141116-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": "Jade Wong",
                "amount": 6188.0
            },
            {
                "team": "Taylor Starling",
                "amount": 3812.0
            }
        ],
        "expected_reward_tokens": 8538.88,
        "profit_sb": -961.12,
        "profit_sb_percentage": -10.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec163199-0a12-45c0-b482-2f9a9813ed62",
            "gambit_id": "8a0320be-9f2a-4e0a-8117-bd1f61e6ece0",
            "last_updated": "2023-05-22T18:12:16.536240-04:00",
            "created_at": "2023-05-18T14:27:15.144520-04:00",
            "name": "Jade Wong",
            "reward": "1.38000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed177ed3-1526-473b-b014-188ebefdb822/?format=api"
        },
        {
            "id": "af89c321-03c5-4b3a-8772-eb30d49ddebf",
            "gambit_id": "3e8c4d00-ced9-4e44-8206-4489661a47aa",
            "last_updated": "2023-05-22T18:12:16.534169-04:00",
            "created_at": "2023-05-18T14:27:15.142758-04:00",
            "name": "Taylor Starling",
            "reward": "2.24000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed177ed3-1526-473b-b014-188ebefdb822/?format=api"
        }
    ]
}