GET /api/bet_types/c8c3f2d8-7111-4920-9932-5bb8b1860aeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8c3f2d8-7111-4920-9932-5bb8b1860aeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/054e9394-6a07-4af5-be11-ed2c54397331/?format=api",
    "name": "Play the Odds",
    "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": "LOS",
                "amount": 6357.0
            },
            {
                "team": "MIL",
                "amount": 3643.0
            }
        ],
        "expected_reward_tokens": 9216.79,
        "profit_sb": 216.79,
        "profit_sb_percentage": 2.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "4132dc16-32df-4264-9e03-0e233ac8b4d1",
            "gambit_id": "ceb90f76-e254-42ae-a124-824471a17a1b",
            "last_updated": "2022-08-19T09:51:52.783409-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8c3f2d8-7111-4920-9932-5bb8b1860aeb/?format=api"
        },
        {
            "id": "c8aee101-b746-4714-bda3-71b634fbb15f",
            "gambit_id": "28e99c48-d70d-4476-9151-5cbb57bad469",
            "last_updated": "2022-08-19T09:51:52.783835-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8c3f2d8-7111-4920-9932-5bb8b1860aeb/?format=api"
        }
    ]
}