GET /api/bet_types/420cc309-9a23-492c-a488-726ebb10cb22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "420cc309-9a23-492c-a488-726ebb10cb22",
    "match": "https://api-prod.gambitprofit.com/api/matches/a47cb544-4446-487e-a312-735b5f66473d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:27:00.096419-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": "Jack Willoughby",
                "amount": 6170.0
            },
            {
                "team": "Mitch Seybold",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": -308.0,
        "profit_sb_percentage": -3.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2da3a738-c1c0-4895-8d79-18449c9c7541",
            "gambit_id": "ea290ac6-1251-4cf9-8e0a-6a0a882e200c",
            "last_updated": "2023-04-30T15:22:10.600154-04:00",
            "created_at": "2023-04-29T16:27:00.098970-04:00",
            "name": "Jack Willoughby",
            "reward": "1.49000",
            "odds": "1.54000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/420cc309-9a23-492c-a488-726ebb10cb22/?format=api"
        },
        {
            "id": "99cc8f9b-004e-439f-9fce-b423e26064ff",
            "gambit_id": "9231e8ad-ca09-43fe-9ae7-309727626ba0",
            "last_updated": "2023-04-30T15:22:10.598784-04:00",
            "created_at": "2023-04-29T16:27:00.097663-04:00",
            "name": "Mitch Seybold",
            "reward": "2.40000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/420cc309-9a23-492c-a488-726ebb10cb22/?format=api"
        }
    ]
}