GET /api/bet_types/473cd35f-3012-4076-86cc-1e7681d68b4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "473cd35f-3012-4076-86cc-1e7681d68b4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/11889b8a-695d-4641-9ffe-5379bf36353e/?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": "NYY",
                "amount": 5696.0
            },
            {
                "team": "HOU",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc4aa8b9-76cf-41ff-b5c7-c7f25fae60cc",
            "gambit_id": "a504f284-9ac1-4865-ba1b-c9501a98d210",
            "last_updated": "2022-10-20T09:17:10.306964-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/473cd35f-3012-4076-86cc-1e7681d68b4e/?format=api"
        },
        {
            "id": "a27fabb5-9991-43a3-ad73-d0a461026653",
            "gambit_id": "801413c2-bb06-454c-ad40-605fee9db7bc",
            "last_updated": "2022-10-20T09:17:10.305969-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/473cd35f-3012-4076-86cc-1e7681d68b4e/?format=api"
        }
    ]
}