GET /api/bet_types/8daf2b14-ff71-4291-87bd-9449f986e437/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8daf2b14-ff71-4291-87bd-9449f986e437",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8d7d7d1-c7c0-4818-b77a-5cf40f26ec98/?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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec8208de-052d-4610-a9af-d0251b1e419b",
            "gambit_id": "1f868d44-50da-4364-9e35-5b94901b5f33",
            "last_updated": "2022-12-13T10:02:35.829688-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8daf2b14-ff71-4291-87bd-9449f986e437/?format=api"
        },
        {
            "id": "b0317ce6-aa05-4f5e-b4e6-bdbf22a917d3",
            "gambit_id": "a548a2be-d172-49aa-99b6-bf53da0e6cc3",
            "last_updated": "2022-12-13T10:02:35.830752-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8daf2b14-ff71-4291-87bd-9449f986e437/?format=api"
        }
    ]
}