GET /api/bet_types/a68dca68-7411-4b98-86af-c83139a9ded2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a68dca68-7411-4b98-86af-c83139a9ded2",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2b981f7-68f9-4ae4-b538-e1e47443a7a1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-24T08:58:08.411992-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": "LOS (B Miller)",
                "amount": 6241.0
            },
            {
                "team": "HOU (R Blanco)",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "63854a97-ff47-4815-bb88-b72239a962a2",
            "gambit_id": "f2bf8fc6-9b3e-44d2-9449-e865f62e796a",
            "last_updated": "2023-06-26T10:33:17.415807-04:00",
            "created_at": "2023-06-24T08:58:08.418030-04:00",
            "name": "LOS (B Miller)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a68dca68-7411-4b98-86af-c83139a9ded2/?format=api"
        },
        {
            "id": "4fc5ba9a-c268-4948-a29b-14497e666324",
            "gambit_id": "2ee68941-8e11-4236-85f5-d6ad4a168dca",
            "last_updated": "2023-06-26T10:33:17.412364-04:00",
            "created_at": "2023-06-24T08:58:08.414914-04:00",
            "name": "HOU (R Blanco)",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a68dca68-7411-4b98-86af-c83139a9ded2/?format=api"
        }
    ]
}