GET /api/bet_types/10d638e1-c5bd-46dd-9fea-8c5cb5640425/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10d638e1-c5bd-46dd-9fea-8c5cb5640425",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bdf81b3-ea4d-44f5-80e0-b84ed8bd1c5a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-23T09:43:20.032922-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": "Dallas Stars",
                "amount": 5688.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "85b4fe83-b8a2-44ac-9e4a-af7e71999f21",
            "gambit_id": "ad188bca-78be-4367-b803-4f19281e4801",
            "last_updated": "2024-01-24T22:28:17.776738-05:00",
            "created_at": "2024-01-23T09:43:20.046121-05:00",
            "name": "Dallas Stars",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10d638e1-c5bd-46dd-9fea-8c5cb5640425/?format=api"
        },
        {
            "id": "45b2843f-941a-4734-9488-3f35c308fc30",
            "gambit_id": "caeec677-65bd-462e-b195-bf7b76d222e1",
            "last_updated": "2024-01-24T22:28:17.781133-05:00",
            "created_at": "2024-01-23T09:43:20.054440-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10d638e1-c5bd-46dd-9fea-8c5cb5640425/?format=api"
        }
    ]
}