GET /api/bet_types/25047668-1ed2-434e-ab3d-ff41651ccac1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25047668-1ed2-434e-ab3d-ff41651ccac1",
    "match": "https://api-prod.gambitprofit.com/api/matches/57adc45f-59d2-4bd0-a545-ca0837334569/?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": "Tampa Bay Lightning",
                "amount": 6913.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3087.0
            }
        ],
        "expected_reward_tokens": 9538.83,
        "profit_sb": 38.83,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4e761dc-6c89-4c3c-a70c-0ef0460a1b88",
            "gambit_id": "58cd2c25-9a16-42a2-8cb7-94eec7dc3685",
            "last_updated": "2022-10-22T09:27:26.886664-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25047668-1ed2-434e-ab3d-ff41651ccac1/?format=api"
        },
        {
            "id": "634608e2-faf4-4fe4-88d4-fb803a2ca2f3",
            "gambit_id": "0452fd7c-3492-404c-bc95-6e8d37831a81",
            "last_updated": "2022-10-22T09:27:26.885488-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "3.09000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25047668-1ed2-434e-ab3d-ff41651ccac1/?format=api"
        }
    ]
}