GET /api/bet_types/a2ee04a9-6be4-46af-9740-a740d822060a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2ee04a9-6be4-46af-9740-a740d822060a",
    "match": "https://api-prod.gambitprofit.com/api/matches/958ae876-e848-45a1-9bd5-c0313973a5d8/?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": "BAL (M Baumann)",
                "amount": 5524.0
            },
            {
                "team": "TOR (M White)",
                "amount": 4476.0
            }
        ],
        "expected_reward_tokens": 9667.0,
        "profit_sb": 167.0,
        "profit_sb_percentage": 1.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ecb341c-12b7-4fab-8a0a-affbd0bf7b63",
            "gambit_id": "db498c7a-3bab-4b37-a333-34c0d11f34e5",
            "last_updated": "2022-12-24T17:12:11.128672-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (M Baumann)",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2ee04a9-6be4-46af-9740-a740d822060a/?format=api"
        },
        {
            "id": "c405af6c-cde3-4a39-aba3-b1a01b2e93ed",
            "gambit_id": "9a7d2545-94a9-408c-a501-df153d92a165",
            "last_updated": "2022-12-24T17:12:11.129884-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (M White)",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2ee04a9-6be4-46af-9740-a740d822060a/?format=api"
        }
    ]
}