GET /api/bet_types/8ec151fc-b1bd-4ddb-8c9c-d0e247813653/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ec151fc-b1bd-4ddb-8c9c-d0e247813653",
    "match": "https://api-prod.gambitprofit.com/api/matches/23451f4a-409b-4c53-85ea-66f82cc87306/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:14.936996-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": "Boston Bruins",
                "amount": 6090.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "39e09211-15b4-42cd-ba41-0c30ac0b3438",
            "gambit_id": "942dbff0-5251-4b8f-8b0a-71a2afac4b00",
            "last_updated": "2024-01-16T14:18:22.736569-05:00",
            "created_at": "2024-01-13T09:38:14.941192-05:00",
            "name": "Boston Bruins",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ec151fc-b1bd-4ddb-8c9c-d0e247813653/?format=api"
        },
        {
            "id": "19e506b3-2458-46b1-a1de-a80e33ac10f5",
            "gambit_id": "694495c5-4755-441e-ae0a-a90927ca2df8",
            "last_updated": "2024-01-16T14:18:22.743398-05:00",
            "created_at": "2024-01-13T09:38:14.945587-05:00",
            "name": "St Louis Blues",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ec151fc-b1bd-4ddb-8c9c-d0e247813653/?format=api"
        }
    ]
}