GET /api/bet_types/af073291-d90f-4bdf-9345-253050389dda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af073291-d90f-4bdf-9345-253050389dda",
    "match": "https://api-prod.gambitprofit.com/api/matches/876feee4-bf4b-4929-9be8-1b0647226fb5/?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": "ARI",
                "amount": 5097.0
            },
            {
                "team": "HOU",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "b41e76f2-9340-436b-9706-8ceb04c033b2",
            "gambit_id": "6a97a169-6e83-40d4-b5bc-7c8c49d997d0",
            "last_updated": "2022-12-24T17:12:12.848426-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af073291-d90f-4bdf-9345-253050389dda/?format=api"
        },
        {
            "id": "b02251a2-d34f-4ecf-81f7-b81c4b133371",
            "gambit_id": "eed3f616-3a1f-4ff8-b4fb-328a7bc1d9cb",
            "last_updated": "2022-12-24T17:12:12.846728-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af073291-d90f-4bdf-9345-253050389dda/?format=api"
        }
    ]
}