GET /api/bet_types/1df4ca75-166f-411f-a4f5-968d19aad591/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1df4ca75-166f-411f-a4f5-968d19aad591",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6b9a1a7-a9ed-47be-922c-18cfc4a16ba2/?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": "CHC (D Smyly)",
                "amount": 5556.0
            },
            {
                "team": "CIN (N Lodolo)",
                "amount": 4444.0
            }
        ],
        "expected_reward_tokens": 9554.6,
        "profit_sb": 554.6,
        "profit_sb_percentage": 6.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "7fb5779a-b2c3-4cd0-a5c3-fdd04d4f1565",
            "gambit_id": "e0c6a5c1-bf7a-443a-8f9f-b57215ec3103",
            "last_updated": "2022-10-02T15:17:29.807763-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (D Smyly)",
            "reward": "1.72000",
            "odds": "1.75760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1df4ca75-166f-411f-a4f5-968d19aad591/?format=api"
        },
        {
            "id": "730cb631-762f-4f35-bf54-3a6937e2efe2",
            "gambit_id": "558dcca9-bfe4-4d7b-84ea-3d62f656be80",
            "last_updated": "2022-10-02T15:17:29.808886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (N Lodolo)",
            "reward": "2.15000",
            "odds": "2.22000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1df4ca75-166f-411f-a4f5-968d19aad591/?format=api"
        }
    ]
}