GET /api/bet_types/d3e8c421-d1c7-475e-a1ee-49a517b8bdbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3e8c421-d1c7-475e-a1ee-49a517b8bdbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e8c562b-0bbb-44fd-9fed-b02d011eaca5/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:16.351254-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcb92468-cc77-4e97-b83c-1dcbc0e4e35b",
            "gambit_id": "c4f1de33-d7e6-43b4-82a4-502e58f07f49",
            "last_updated": "2024-01-16T11:08:15.138043-05:00",
            "created_at": "2024-01-13T09:38:16.362015-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e8c421-d1c7-475e-a1ee-49a517b8bdbe/?format=api"
        },
        {
            "id": "51fa8b79-8e8d-4f72-a977-a423c4c04145",
            "gambit_id": "0406f100-bb8e-49e9-93a9-ce980bbd0821",
            "last_updated": "2024-01-16T11:08:15.141337-05:00",
            "created_at": "2024-01-13T09:38:16.374303-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e8c421-d1c7-475e-a1ee-49a517b8bdbe/?format=api"
        }
    ]
}