GET /api/bet_types/04218e9d-c6b7-43b1-9648-15538d58f5ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04218e9d-c6b7-43b1-9648-15538d58f5ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fbf0fdb-60c9-4054-9746-c023f2454000/?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": "CWS (D Cease)",
                "amount": 6862.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9194.34,
        "profit_sb": 194.34,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "f0906e98-e8f8-4391-bbeb-6a90366e2588",
            "gambit_id": "5f7e75ce-e8fd-4f72-8552-8f28b75c269b",
            "last_updated": "2022-09-15T11:07:07.212101-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (D Cease)",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04218e9d-c6b7-43b1-9648-15538d58f5ba/?format=api"
        },
        {
            "id": "fc0b062d-d93b-4794-8980-9b93c245be6c",
            "gambit_id": "b0047520-16db-4c08-bee8-d559a0b372a6",
            "last_updated": "2022-09-15T11:07:07.213098-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (K Freeland)",
            "reward": "2.93000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04218e9d-c6b7-43b1-9648-15538d58f5ba/?format=api"
        }
    ]
}