GET /api/bet_types/b642d4c1-2e8f-4a89-bff4-0a0ffc7a5388/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b642d4c1-2e8f-4a89-bff4-0a0ffc7a5388",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdd3aea8-e1fc-417a-8bfa-31f5c1bfa8f6/?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": "TOR (J Berrios)",
                "amount": 5374.0
            },
            {
                "team": "BAL (J Lyles)",
                "amount": 4626.0
            }
        ],
        "expected_reward_tokens": 9297.02,
        "profit_sb": 297.02,
        "profit_sb_percentage": 3.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "37815436-dc92-440f-b449-ce7a3653e2a9",
            "gambit_id": "a1c275a1-1cdc-4c22-b3ae-722131c51bce",
            "last_updated": "2022-12-24T17:12:25.358414-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (J Berrios)",
            "reward": "1.73000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b642d4c1-2e8f-4a89-bff4-0a0ffc7a5388/?format=api"
        },
        {
            "id": "642cbab2-0bf4-4624-8e63-23971f7c3eac",
            "gambit_id": "c892ab4e-19ac-4d20-a32a-919ebbd60638",
            "last_updated": "2022-12-24T17:12:25.357297-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (J Lyles)",
            "reward": "2.01000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b642d4c1-2e8f-4a89-bff4-0a0ffc7a5388/?format=api"
        }
    ]
}