GET /api/bet_types/f5d9b14f-4568-40c0-b6ab-6fb4fd88c183/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5d9b14f-4568-40c0-b6ab-6fb4fd88c183",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8cc8e38-9cd9-40ee-8afb-e00efe8177b8/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "24966fdd-159a-4108-aef0-de7d88ef030d",
            "gambit_id": "c826f516-2aa0-4735-a573-b61f0d8d0bba",
            "last_updated": "2022-10-24T11:47:18.941926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d9b14f-4568-40c0-b6ab-6fb4fd88c183/?format=api"
        },
        {
            "id": "e27e3c60-dc9d-4262-a165-7603ea6bdbe9",
            "gambit_id": "793b3e49-5148-4dbe-b93c-dbb52fec4253",
            "last_updated": "2022-10-24T11:47:18.940894-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d9b14f-4568-40c0-b6ab-6fb4fd88c183/?format=api"
        }
    ]
}