GET /api/bet_types/001c9d58-c095-4815-9b5a-35b02a0737d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "001c9d58-c095-4815-9b5a-35b02a0737d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a67c5c36-9de7-4681-9261-a1c99c18c721/?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": "Denver Nuggets",
                "amount": 6475.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ba5e603-8d79-46c7-aed6-c7f4a15c5b9b",
            "gambit_id": "b32983fd-1bba-4753-bc7b-e3692a6c0847",
            "last_updated": "2022-10-27T11:47:08.608069-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/001c9d58-c095-4815-9b5a-35b02a0737d8/?format=api"
        },
        {
            "id": "5a6788cf-743f-4315-9e2a-6a64b7f75920",
            "gambit_id": "00859fb4-6f27-485e-b4bd-34f90233c429",
            "last_updated": "2022-10-27T11:47:08.609082-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/001c9d58-c095-4815-9b5a-35b02a0737d8/?format=api"
        }
    ]
}