GET /api/bet_types/a7501206-d312-4460-a1bc-0597e53291c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7501206-d312-4460-a1bc-0597e53291c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/878490e2-28ab-4851-b779-2743e5c111bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-04T10:37:56.397001-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": "Miami Heat",
                "amount": 5784.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "d975c31f-0864-4513-aa70-c89ca81b2d48",
            "gambit_id": "15e1e876-0006-4a81-9b74-f2335ed4fe1c",
            "last_updated": "2023-03-06T10:32:10.914520-05:00",
            "created_at": "2023-03-04T10:37:56.398209-05:00",
            "name": "Miami Heat",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7501206-d312-4460-a1bc-0597e53291c6/?format=api"
        },
        {
            "id": "1124b73b-4e8f-4de7-9345-1010c5e9328c",
            "gambit_id": "96a228ca-52d0-4ac9-adf1-1c33c68feb21",
            "last_updated": "2023-03-06T10:32:10.915891-05:00",
            "created_at": "2023-03-04T10:37:56.399440-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7501206-d312-4460-a1bc-0597e53291c6/?format=api"
        }
    ]
}