GET /api/bet_types/9a58e4c3-26cb-47c9-982d-a6d71287551a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a58e4c3-26cb-47c9-982d-a6d71287551a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3909700d-4130-4b6a-8a23-53178402c1b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:00.601409-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": "Toronto Maple Leafs",
                "amount": 6241.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "97c5a8a9-5b96-4b24-a015-cc3497beccaf",
            "gambit_id": "db328e40-b765-4670-980c-754e77b916ab",
            "last_updated": "2023-12-01T19:23:14.032620-05:00",
            "created_at": "2023-11-30T10:28:00.610722-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a58e4c3-26cb-47c9-982d-a6d71287551a/?format=api"
        },
        {
            "id": "329e0901-bf4b-4d3e-bc0a-658735546e1d",
            "gambit_id": "088585c8-97fc-4c7d-a270-ffc13d2a0dcf",
            "last_updated": "2023-12-01T19:23:14.029014-05:00",
            "created_at": "2023-11-30T10:28:00.605532-05:00",
            "name": "Seattle Kraken",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a58e4c3-26cb-47c9-982d-a6d71287551a/?format=api"
        }
    ]
}