GET /api/bet_types/ae6cf4e2-672b-4ef6-a574-bd0fc73d4299/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae6cf4e2-672b-4ef6-a574-bd0fc73d4299",
    "match": "https://api-prod.gambitprofit.com/api/matches/9dab2237-fb38-4f47-8857-8b749997de94/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-15T10:38:00.779728-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": "CHC (M Stroman)",
                "amount": 5787.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "fb8acec1-5fce-4596-b8fc-9a60922bfe7e",
            "gambit_id": "b6897ae0-4bac-43c3-a67b-27971ad7d390",
            "last_updated": "2023-06-16T10:03:13.125849-04:00",
            "created_at": "2023-06-15T10:38:00.783847-04:00",
            "name": "CHC (M Stroman)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae6cf4e2-672b-4ef6-a574-bd0fc73d4299/?format=api"
        },
        {
            "id": "c877a694-7715-42b4-8915-797b9fe70f14",
            "gambit_id": "78413140-1568-4b6c-963b-15ed56c5e294",
            "last_updated": "2023-06-16T10:03:13.123868-04:00",
            "created_at": "2023-06-15T10:38:00.781729-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae6cf4e2-672b-4ef6-a574-bd0fc73d4299/?format=api"
        }
    ]
}