GET /api/bet_types/3fdac307-4ef0-4aac-9204-3f808a018e9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fdac307-4ef0-4aac-9204-3f808a018e9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/254a3c0f-dda2-49d9-bfab-f2e1e2e0d722/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-18T11:47:14.083873-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": "STL",
                "amount": 5317.0
            },
            {
                "team": "LOS",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a4bb320-1773-4025-961f-503512164263",
            "gambit_id": "016212a2-4dff-4174-8634-10f2e303f03f",
            "last_updated": "2023-05-19T11:02:17.623561-04:00",
            "created_at": "2023-05-18T11:47:14.085278-04:00",
            "name": "STL",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fdac307-4ef0-4aac-9204-3f808a018e9a/?format=api"
        },
        {
            "id": "ee951fb3-c55c-4360-88e4-3dee4a55814e",
            "gambit_id": "fb38e97f-7e83-40f3-947d-1734b879bb34",
            "last_updated": "2023-05-19T11:02:17.625919-04:00",
            "created_at": "2023-05-18T11:47:14.086559-04:00",
            "name": "LOS",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fdac307-4ef0-4aac-9204-3f808a018e9a/?format=api"
        }
    ]
}