GET /api/bet_types/35b6500f-2247-4ed6-9f47-8e0bb4469a60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35b6500f-2247-4ed6-9f47-8e0bb4469a60",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecc848c6-f222-4201-91fb-179548e66ca5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-08T11:38:10.651109-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": "TEX",
                "amount": 6674.0
            },
            {
                "team": "BAL",
                "amount": 3326.0
            }
        ],
        "expected_reward_tokens": 9477.08,
        "profit_sb": -22.92,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5832f276-24ac-49ee-9857-a7c1255bf276",
            "gambit_id": "cc642028-32b7-4097-a1d3-75123631fc07",
            "last_updated": "2023-10-09T16:08:19.475296-04:00",
            "created_at": "2023-10-08T11:38:10.655775-04:00",
            "name": "TEX",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35b6500f-2247-4ed6-9f47-8e0bb4469a60/?format=api"
        },
        {
            "id": "ba07ab66-3b8f-4d2a-89aa-bdf9b065e2b3",
            "gambit_id": "eb5bd267-382e-4ddc-ac44-f14cf4c8dabe",
            "last_updated": "2023-10-09T16:08:19.479036-04:00",
            "created_at": "2023-10-08T11:38:10.659819-04:00",
            "name": "BAL",
            "reward": "2.85000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35b6500f-2247-4ed6-9f47-8e0bb4469a60/?format=api"
        }
    ]
}