GET /api/bet_types/d4adecb7-0e50-4644-9a04-84d3fb45a4e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4adecb7-0e50-4644-9a04-84d3fb45a4e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c06569aa-30fc-4567-a8df-4cfb910067d9/?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": "SDG",
                "amount": 5995.0
            },
            {
                "team": "LOS",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9291.6,
        "profit_sb": 291.6,
        "profit_sb_percentage": 3.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "35d20c43-a6d6-44dc-abc5-f1baab42f4e1",
            "gambit_id": "e9c2bc3e-980d-416d-829c-9b67c3d88b7e",
            "last_updated": "2022-08-08T10:52:15.828280-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4adecb7-0e50-4644-9a04-84d3fb45a4e7/?format=api"
        },
        {
            "id": "5e7f2e98-32e7-430a-8540-320c3d7b7920",
            "gambit_id": "d626f08b-5237-4a64-982b-aa7583a8ec89",
            "last_updated": "2022-08-08T10:52:15.827840-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4adecb7-0e50-4644-9a04-84d3fb45a4e7/?format=api"
        }
    ]
}