GET /api/bet_types/0bdb5042-29b7-45cd-b9d8-13436ef81947/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bdb5042-29b7-45cd-b9d8-13436ef81947",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1ecf3e4-b6b2-43df-9d9f-d4734a7af7b1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-06T10:57:13.136055-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": "MIL (F Peralta)",
                "amount": 5490.0
            },
            {
                "team": "BAL (K Gibson)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "8141eb98-99ba-494f-947c-d3e9c0a6dba1",
            "gambit_id": "f5193529-3231-4e25-98a2-3f23a1560c84",
            "last_updated": "2023-06-07T10:23:04.012930-04:00",
            "created_at": "2023-06-06T10:57:13.140613-04:00",
            "name": "MIL (F Peralta)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bdb5042-29b7-45cd-b9d8-13436ef81947/?format=api"
        },
        {
            "id": "fbf2c83f-5446-4a2e-8a78-8dca94b7b955",
            "gambit_id": "c12d81ab-cabe-4ee7-91d4-f25628c65376",
            "last_updated": "2023-06-07T10:23:04.010776-04:00",
            "created_at": "2023-06-06T10:57:13.138190-04:00",
            "name": "BAL (K Gibson)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bdb5042-29b7-45cd-b9d8-13436ef81947/?format=api"
        }
    ]
}