GET /api/bet_types/29f6a4fa-ccd5-41e6-b51b-65f3a35d8a76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29f6a4fa-ccd5-41e6-b51b-65f3a35d8a76",
    "match": "https://api-prod.gambitprofit.com/api/matches/fba40f5d-a537-443b-86b7-65136ece329f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T22:48:26.405756-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": "Denver Broncos",
                "amount": 6020.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "ecbab59f-2401-435d-843a-3909d106e8f9",
            "gambit_id": "0fe30b85-6852-4726-bb73-8db2d8e17095",
            "last_updated": "2023-09-11T11:08:24.676813-04:00",
            "created_at": "2023-09-06T22:48:26.413889-04:00",
            "name": "Denver Broncos",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29f6a4fa-ccd5-41e6-b51b-65f3a35d8a76/?format=api"
        },
        {
            "id": "634464ab-cc46-4147-a436-4a13cf06b82a",
            "gambit_id": "1771394c-c308-486f-8a16-476bc703a28d",
            "last_updated": "2023-09-11T11:08:24.673662-04:00",
            "created_at": "2023-09-06T22:48:26.409347-04:00",
            "name": "Las Vegas Raiders",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29f6a4fa-ccd5-41e6-b51b-65f3a35d8a76/?format=api"
        }
    ]
}