GET /api/bet_types/87708fb4-00da-4ff8-bb65-0f5afeacdbf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87708fb4-00da-4ff8-bb65-0f5afeacdbf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cc49206-d264-42d3-820b-ff4656348ff6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:05.363590-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": "Arizona Coyotes",
                "amount": 5423.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "043c72c6-b1d8-45d3-a763-0db88ca10702",
            "gambit_id": "8e5030f5-51ca-4da5-b861-af51925ac77c",
            "last_updated": "2023-11-03T10:43:10.376824-04:00",
            "created_at": "2023-11-02T09:03:05.374667-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87708fb4-00da-4ff8-bb65-0f5afeacdbf8/?format=api"
        },
        {
            "id": "46007109-d2c8-446d-8d12-7a32dfea4f79",
            "gambit_id": "6aec010c-b362-4831-b29f-0b35bd7f0444",
            "last_updated": "2023-11-03T10:43:10.373450-04:00",
            "created_at": "2023-11-02T09:03:05.368029-04:00",
            "name": "Montreal Canadiens",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87708fb4-00da-4ff8-bb65-0f5afeacdbf8/?format=api"
        }
    ]
}