GET /api/bet_types/51dc3859-aad7-4b06-8edb-14eeeac57650/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51dc3859-aad7-4b06-8edb-14eeeac57650",
    "match": "https://api-prod.gambitprofit.com/api/matches/38594570-e45b-433a-9e66-f7f9d25be4c8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-25T13:28:11.393961-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": "Tampa Bay Lightning",
                "amount": 6554.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf2629fd-a988-454f-8645-a6470ca06635",
            "gambit_id": "6f01c64a-ad9f-433d-9521-e9c45266cbce",
            "last_updated": "2024-01-26T20:58:23.041911-05:00",
            "created_at": "2024-01-25T13:28:11.404685-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51dc3859-aad7-4b06-8edb-14eeeac57650/?format=api"
        },
        {
            "id": "d1bd8790-b004-4c94-89fb-5f460347d62a",
            "gambit_id": "6c3b1ccd-f9c3-4ab4-b197-08fae381b658",
            "last_updated": "2024-01-26T20:58:23.038405-05:00",
            "created_at": "2024-01-25T13:28:11.398966-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51dc3859-aad7-4b06-8edb-14eeeac57650/?format=api"
        }
    ]
}