GET /api/bet_types/0eee8078-5957-4d94-a43f-41da3dc1e787/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0eee8078-5957-4d94-a43f-41da3dc1e787",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb5d4723-9901-43ef-9714-19db17a51f5e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T09:13:00.634982-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": "Buffalo Bills",
                "amount": 5094.0
            },
            {
                "team": "New England Patriots",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "90f88749-bf3c-4620-b115-3523b4abb6f4",
            "gambit_id": "9c922588-c0cd-4b9c-a042-58d345eaa843",
            "last_updated": "2023-10-23T13:38:25.021469-04:00",
            "created_at": "2023-10-18T09:13:00.639067-04:00",
            "name": "Buffalo Bills",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eee8078-5957-4d94-a43f-41da3dc1e787/?format=api"
        },
        {
            "id": "59082fc1-ff1c-4b1f-b6e6-bb66ff0285fe",
            "gambit_id": "e481ed14-77fb-44eb-b439-f6d36b7b9124",
            "last_updated": "2023-10-23T13:38:25.024952-04:00",
            "created_at": "2023-10-18T09:13:00.644265-04:00",
            "name": "New England Patriots",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eee8078-5957-4d94-a43f-41da3dc1e787/?format=api"
        }
    ]
}