GET /api/bet_types/5d924384-a206-471b-984b-56f721960391/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d924384-a206-471b-984b-56f721960391",
    "match": "https://api-prod.gambitprofit.com/api/matches/f62f6642-524e-4b7b-a745-d4d61ba933cf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-03T08:53:19.135797-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": "Los Angeles Kings",
                "amount": 5867.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "08959b48-2972-4cb5-8f09-d4095d9519d2",
            "gambit_id": "c5df5292-9a0f-4598-8789-786976cd5bce",
            "last_updated": "2023-12-05T09:58:15.322386-05:00",
            "created_at": "2023-12-03T08:53:19.144034-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d924384-a206-471b-984b-56f721960391/?format=api"
        },
        {
            "id": "cedb89a3-8545-4ac8-8737-32bae05cbe54",
            "gambit_id": "6449a361-a881-4b84-90b7-e61448d45d25",
            "last_updated": "2023-12-05T09:58:15.318888-05:00",
            "created_at": "2023-12-03T08:53:19.140122-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d924384-a206-471b-984b-56f721960391/?format=api"
        }
    ]
}