GET /api/bet_types/72b127fe-8475-43d1-b4ed-916a41920c8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72b127fe-8475-43d1-b4ed-916a41920c8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9edb33c9-5461-4d58-9711-eafd990881ae/?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": "STL",
                "amount": 5974.0
            },
            {
                "team": "SDG",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "f83f96d6-75d5-4fa2-9a32-7db8ad1d21a3",
            "gambit_id": "ce2193b4-e346-46a2-992d-941e89afed6a",
            "last_updated": "2022-09-23T10:22:09.696076-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72b127fe-8475-43d1-b4ed-916a41920c8a/?format=api"
        },
        {
            "id": "db3d623f-0e49-47dd-9719-e47343dd0c07",
            "gambit_id": "5538f972-7347-4c4c-97cd-8f397d1db0ba",
            "last_updated": "2022-09-23T10:22:09.694847-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72b127fe-8475-43d1-b4ed-916a41920c8a/?format=api"
        }
    ]
}