GET /api/bet_types/6d1e22de-fc3f-4ba0-9c41-556bb433f862/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d1e22de-fc3f-4ba0-9c41-556bb433f862",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f4e29eb-9297-4d1d-bcda-7f99dd419b52/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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 Mavericks",
                "amount": 7438.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2562.0
            }
        ],
        "expected_reward_tokens": 9223.12,
        "profit_sb": 223.12,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "a3006e67-5845-41e2-a4bf-4eff569a9d3b",
            "gambit_id": "54307d8b-4c0e-4be5-9afd-1d68972cff3b",
            "last_updated": "2022-11-10T09:27:52.709417-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.24000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1e22de-fc3f-4ba0-9c41-556bb433f862/?format=api"
        },
        {
            "id": "de372bda-8e59-4e6b-8efe-d5488b47a710",
            "gambit_id": "91310a0f-7f3f-4a67-a02a-a4fadf2867a6",
            "last_updated": "2022-11-10T09:27:52.708382-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "3.60000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1e22de-fc3f-4ba0-9c41-556bb433f862/?format=api"
        }
    ]
}