GET /api/bet_types/1c10421a-cc3c-4f1b-ab1a-689a456e3b8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c10421a-cc3c-4f1b-ab1a-689a456e3b8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/117c32de-667e-4152-bdff-fc41ce8232a3/?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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4497cb5-a29c-4b04-866e-7875bbeb20ff",
            "gambit_id": "71c64dfb-d313-451c-ae8c-64deb35eb59d",
            "last_updated": "2022-10-24T10:02:14.016150-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c10421a-cc3c-4f1b-ab1a-689a456e3b8d/?format=api"
        },
        {
            "id": "725ae041-a32f-4d75-a3c4-683d971f31d5",
            "gambit_id": "20420b29-eee6-40f1-9867-5309ecaf5a38",
            "last_updated": "2022-10-24T10:02:14.017116-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c10421a-cc3c-4f1b-ab1a-689a456e3b8d/?format=api"
        }
    ]
}