GET /api/bet_types/4c97ae44-ba93-40b9-a946-5d31573caecd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c97ae44-ba93-40b9-a946-5d31573caecd",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c41d62f-64f7-4d03-a8fc-248778347992/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-30T09:58:14.891688-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": "MIL",
                "amount": 5107.0
            },
            {
                "team": "ATL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1cf1d570-4b92-4965-900b-4d963bf51b9b",
            "gambit_id": "72a1879f-f840-44fe-8ceb-b586f5d8aae5",
            "last_updated": "2023-07-31T18:18:10.000870-04:00",
            "created_at": "2023-07-30T09:58:14.896201-04:00",
            "name": "MIL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c97ae44-ba93-40b9-a946-5d31573caecd/?format=api"
        },
        {
            "id": "bc6fb41a-825b-4692-93dd-9e86b9215f7b",
            "gambit_id": "bde8cfd8-5591-4157-b7ca-f599a2d5b9f2",
            "last_updated": "2023-07-31T18:18:10.007655-04:00",
            "created_at": "2023-07-30T09:58:14.901895-04:00",
            "name": "ATL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c97ae44-ba93-40b9-a946-5d31573caecd/?format=api"
        }
    ]
}