GET /api/bet_types/9620a2e0-a49f-4202-9047-05babd61a85c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9620a2e0-a49f-4202-9047-05babd61a85c",
    "match": "https://api-prod.gambitprofit.com/api/matches/90f52ae5-8812-4df1-a332-51cb194cd06d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T09:28:04.796416-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 (J Urias)",
                "amount": 6139.0
            },
            {
                "team": "MIA (E Perez)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8cd54f0-9c66-48f7-9ff0-7ce930ad267d",
            "gambit_id": "6c995b8a-3c1f-404d-829f-e2b1800b9136",
            "last_updated": "2023-08-26T21:08:09.868728-04:00",
            "created_at": "2023-08-19T09:28:04.804154-04:00",
            "name": "LOS (J Urias)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9620a2e0-a49f-4202-9047-05babd61a85c/?format=api"
        },
        {
            "id": "96bfd774-7379-4509-9045-e6d5ada6fb76",
            "gambit_id": "fd4fbb0d-c035-4360-baf6-7b9a425b89ec",
            "last_updated": "2023-08-26T21:08:09.863634-04:00",
            "created_at": "2023-08-19T09:28:04.800155-04:00",
            "name": "MIA (E Perez)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9620a2e0-a49f-4202-9047-05babd61a85c/?format=api"
        }
    ]
}