GET /api/bet_types/a5664c06-9c0c-4f59-8127-bf418d8c3c3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5664c06-9c0c-4f59-8127-bf418d8c3c3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bff7554-4824-4cb5-b730-db28b4c6dae4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T10:07:03.368454-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": "Philadelphia 76ers",
                "amount": 6812.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5fadd2a-c490-4935-92a7-f0ab7e8860c0",
            "gambit_id": "7180ee25-2e58-4d19-8400-0313edd55caf",
            "last_updated": "2023-03-30T10:32:02.453059-04:00",
            "created_at": "2023-03-29T10:07:03.370520-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5664c06-9c0c-4f59-8127-bf418d8c3c3a/?format=api"
        },
        {
            "id": "94b63a14-93b6-4c1e-8b9b-659304f37a1b",
            "gambit_id": "c3e33f1a-494b-4a72-813d-1f854700df21",
            "last_updated": "2023-03-30T10:32:02.454246-04:00",
            "created_at": "2023-03-29T10:07:03.373203-04:00",
            "name": "Dallas Mavericks",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5664c06-9c0c-4f59-8127-bf418d8c3c3a/?format=api"
        }
    ]
}