GET /api/bet_types/7ea79d5f-e65e-4cda-99ed-b9070f9dd8f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ea79d5f-e65e-4cda-99ed-b9070f9dd8f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/101808cb-dce5-42c8-b9b3-04fca99f1b74/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-26T11:58:18.349537-05: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": "Houston Rockets",
                "amount": 5614.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e30c984-af5d-4586-ae66-c6eba45e6b3f",
            "gambit_id": "0e4587e1-e0d5-43e6-857a-42fb028f2ebd",
            "last_updated": "2023-12-27T13:17:59.719130-05:00",
            "created_at": "2023-12-26T11:58:18.359276-05:00",
            "name": "Houston Rockets",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ea79d5f-e65e-4cda-99ed-b9070f9dd8f6/?format=api"
        },
        {
            "id": "ea945c2b-2691-443c-94a3-fb0e53b3c040",
            "gambit_id": "3ab014f9-9c87-476d-b236-b30fa5b866bf",
            "last_updated": "2023-12-27T13:17:59.715941-05:00",
            "created_at": "2023-12-26T11:58:18.354222-05:00",
            "name": "Indiana Pacers",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ea79d5f-e65e-4cda-99ed-b9070f9dd8f6/?format=api"
        }
    ]
}