GET /api/bet_types/a8240077-87e1-4348-a676-5bef7ea77f2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8240077-87e1-4348-a676-5bef7ea77f2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/90c669bb-6787-47de-85b4-1cafd0d24aca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-04T09:43:05.985001-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": "TOR (C Bassitt)",
                "amount": 5325.0
            },
            {
                "team": "CWS (L Giolito)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "11f3ebc5-f243-4ae4-a2c4-c19706973cde",
            "gambit_id": "1b19483b-dcda-44fc-834b-792f5e96a424",
            "last_updated": "2023-07-05T18:53:22.169357-04:00",
            "created_at": "2023-07-04T09:43:05.988763-04:00",
            "name": "TOR (C Bassitt)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8240077-87e1-4348-a676-5bef7ea77f2e/?format=api"
        },
        {
            "id": "680224c0-ab52-4373-aabd-296981371a86",
            "gambit_id": "638626bb-0e84-4de4-98b2-f3669539efaf",
            "last_updated": "2023-07-05T18:53:22.163685-04:00",
            "created_at": "2023-07-04T09:43:05.987038-04:00",
            "name": "CWS (L Giolito)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8240077-87e1-4348-a676-5bef7ea77f2e/?format=api"
        }
    ]
}