GET /api/bet_types/68ad7e15-d020-4ad4-9372-68478432a3bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68ad7e15-d020-4ad4-9372-68478432a3bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/305d77f4-8369-4d33-b0a9-a7c7923dbb5e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T08:38:13.477277-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": "HOU (C Javier)",
                "amount": 6293.0
            },
            {
                "team": "OAK (P Blackburn)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "14436788-feab-4268-b833-833a12539e3a",
            "gambit_id": "07e6afc9-929e-483e-b5f5-61f5f32c7b76",
            "last_updated": "2023-07-23T21:53:25.497458-04:00",
            "created_at": "2023-07-22T08:38:13.486160-04:00",
            "name": "HOU (C Javier)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68ad7e15-d020-4ad4-9372-68478432a3bf/?format=api"
        },
        {
            "id": "98d24819-f6af-454f-a5a5-ccacee94206d",
            "gambit_id": "d91a99c0-f6ed-467d-9c27-0be76f87a804",
            "last_updated": "2023-07-23T21:53:25.500606-04:00",
            "created_at": "2023-07-22T08:38:13.490896-04:00",
            "name": "OAK (P Blackburn)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68ad7e15-d020-4ad4-9372-68478432a3bf/?format=api"
        }
    ]
}