GET /api/bet_types/d79a3fb7-f035-4256-8474-58e13c543de9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d79a3fb7-f035-4256-8474-58e13c543de9",
    "match": "https://api-prod.gambitprofit.com/api/matches/19f2a600-fee9-45a7-9326-315b2ce2207a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T09:27:15.820333-04: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",
                "amount": 6100.0
            },
            {
                "team": "LAA",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2096916-412c-4bb7-abd9-a3d7e36d4f45",
            "gambit_id": "0a733c7b-9bc6-4d92-a0ff-a0b59f20c6cb",
            "last_updated": "2023-04-08T15:42:27.247686-04:00",
            "created_at": "2023-04-07T09:27:15.823649-04:00",
            "name": "TOR",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d79a3fb7-f035-4256-8474-58e13c543de9/?format=api"
        },
        {
            "id": "60eacc0a-a911-4ffa-8eb5-0ba1a070db67",
            "gambit_id": "fd1a9368-1f85-41d2-a487-61bc7af630eb",
            "last_updated": "2023-04-08T15:42:27.242425-04:00",
            "created_at": "2023-04-07T09:27:15.821935-04:00",
            "name": "LAA",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d79a3fb7-f035-4256-8474-58e13c543de9/?format=api"
        }
    ]
}