GET /api/bet_types/242a65ce-9a11-4ced-892a-26b638518dec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "242a65ce-9a11-4ced-892a-26b638518dec",
    "match": "https://api-prod.gambitprofit.com/api/matches/596205ba-5512-493e-a195-a7802c5053ce/?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": "Kentucky",
                "amount": 5000.0
            },
            {
                "team": "Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e6b3d81-1cb9-4f92-9577-7fc58b9c20b8",
            "gambit_id": "46d29e07-b55a-40ec-a022-3f9d86869b3e",
            "last_updated": "2022-09-11T10:02:06.849102-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/242a65ce-9a11-4ced-892a-26b638518dec/?format=api"
        },
        {
            "id": "9733d3fc-caa2-4c88-b65e-65ef0edc9b97",
            "gambit_id": "0dadfe26-3a27-449f-8c67-49e61145ab03",
            "last_updated": "2022-09-11T10:02:06.848051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/242a65ce-9a11-4ced-892a-26b638518dec/?format=api"
        }
    ]
}