GET /api/bet_types/5993f69a-36ea-4b74-a350-e6660272185c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5993f69a-36ea-4b74-a350-e6660272185c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c395450-a0a0-4e63-852e-054a557e371d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T10:27:04.703742-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": "Minnesota Wild",
                "amount": 5107.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "031a201c-f0cd-4c3c-9683-f2d617649778",
            "gambit_id": "2b143a3c-3f49-4ace-bf23-2bd16eceb6a4",
            "last_updated": "2023-04-13T11:17:15.464209-04:00",
            "created_at": "2023-04-11T10:27:04.706280-04:00",
            "name": "Minnesota Wild",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5993f69a-36ea-4b74-a350-e6660272185c/?format=api"
        },
        {
            "id": "82f76425-6059-41fc-919c-c21438f9a4d7",
            "gambit_id": "b2929827-cd4a-4055-ac5d-2ecedb8f38ae",
            "last_updated": "2023-04-13T11:17:15.465481-04:00",
            "created_at": "2023-04-11T10:27:04.708820-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5993f69a-36ea-4b74-a350-e6660272185c/?format=api"
        }
    ]
}