GET /api/bet_types/136ea2a4-31b7-4ed9-92d2-dee9e3dcc13d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "136ea2a4-31b7-4ed9-92d2-dee9e3dcc13d",
    "match": "https://api-prod.gambitprofit.com/api/matches/de97e6be-5ff4-4ede-ba93-f42a5309e27b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-15T09:18:05.392077-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": "Ottawa Senators",
                "amount": 5688.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "b034c1db-6389-45e4-ac95-37f75769840f",
            "gambit_id": "90f6ce3a-8731-4a7a-9a12-2af6fe0f418c",
            "last_updated": "2023-10-17T09:53:06.439003-04:00",
            "created_at": "2023-10-15T09:18:05.408112-04:00",
            "name": "Ottawa Senators",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/136ea2a4-31b7-4ed9-92d2-dee9e3dcc13d/?format=api"
        },
        {
            "id": "c68a0a44-99ab-4451-bacb-9e0bbaffe7ab",
            "gambit_id": "1eb46136-36ee-416a-9d98-2ccfe73c76be",
            "last_updated": "2023-10-17T09:53:06.435873-04:00",
            "created_at": "2023-10-15T09:18:05.400838-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/136ea2a4-31b7-4ed9-92d2-dee9e3dcc13d/?format=api"
        }
    ]
}