GET /api/bet_types/dd532805-daf8-4628-ae64-49a4a785b213/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd532805-daf8-4628-ae64-49a4a785b213",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa562c2f-3443-4e3e-aa83-8d1c1068be34/?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": "MIL",
                "amount": 5204.0
            },
            {
                "team": "LOS",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "4ac29665-c5fb-43f6-b592-9930e9b5d536",
            "gambit_id": "d96bf408-581a-4c36-b919-22754fa885c5",
            "last_updated": "2022-08-16T13:57:08.207141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd532805-daf8-4628-ae64-49a4a785b213/?format=api"
        },
        {
            "id": "e39ff7be-4c24-4916-bcd2-5fd5abd44387",
            "gambit_id": "9d365506-1461-4319-aae6-1fd08c42b6a3",
            "last_updated": "2022-08-16T13:57:08.206690-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd532805-daf8-4628-ae64-49a4a785b213/?format=api"
        }
    ]
}