GET /api/bet_types/dbdc1bf2-f634-494e-979f-67494e99b90c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbdc1bf2-f634-494e-979f-67494e99b90c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1624ee18-c1a0-4f08-999b-3635fc0e6303/?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 (M White)",
                "amount": 6193.0
            },
            {
                "team": "LAA (R Detmers)",
                "amount": 3807.0
            }
        ],
        "expected_reward_tokens": 9289.08,
        "profit_sb": 289.08,
        "profit_sb_percentage": 3.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "b6d2f5f1-f600-46de-a3ad-860540eb1e69",
            "gambit_id": "21b23c86-1b20-4ac1-8554-d5ee03741e70",
            "last_updated": "2022-08-27T12:37:03.370300-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (M White)",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbdc1bf2-f634-494e-979f-67494e99b90c/?format=api"
        },
        {
            "id": "c42ba820-ec44-42ea-a921-46c4c21dd728",
            "gambit_id": "2fff8aad-bc14-48eb-92e2-f8652b40d8d8",
            "last_updated": "2022-08-27T12:37:03.370728-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (R Detmers)",
            "reward": "2.44000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbdc1bf2-f634-494e-979f-67494e99b90c/?format=api"
        }
    ]
}