GET /api/bet_types/eb186621-9c9b-4495-9caa-44c24ba1bc78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb186621-9c9b-4495-9caa-44c24ba1bc78",
    "match": "https://api-prod.gambitprofit.com/api/matches/00df795f-4487-4407-b594-8d3946fbc897/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-02T09:33:14.511926-04: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": "CIN",
                "amount": 5773.0
            },
            {
                "team": "CHC",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "36761161-503d-4f67-afd2-d2845005a391",
            "gambit_id": "0d0ba98e-410a-4baa-b02d-15acb0bfe071",
            "last_updated": "2023-09-04T12:53:27.501037-04:00",
            "created_at": "2023-09-02T09:33:14.523886-04:00",
            "name": "CIN",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb186621-9c9b-4495-9caa-44c24ba1bc78/?format=api"
        },
        {
            "id": "92d0145f-a779-400a-98e3-bd60e2699760",
            "gambit_id": "85ea1c4f-1625-485d-904c-590cdfffe463",
            "last_updated": "2023-09-04T12:53:27.497425-04:00",
            "created_at": "2023-09-02T09:33:14.519926-04:00",
            "name": "CHC",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb186621-9c9b-4495-9caa-44c24ba1bc78/?format=api"
        }
    ]
}