GET /api/bet_types/b8841763-9729-4504-85c5-a94150ad55bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8841763-9729-4504-85c5-a94150ad55bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d843d56f-dc7b-4f00-90e1-3d440a108373/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-05T09:53:21.513861-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": 6090.0
            },
            {
                "team": "HOU",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ac03e58-bf6a-43dd-835c-eda765aa3a97",
            "gambit_id": "5f139574-f63d-4639-b73f-22dca7e090ef",
            "last_updated": "2023-09-06T19:03:02.197614-04:00",
            "created_at": "2023-09-05T09:53:21.525992-04:00",
            "name": "TEX",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8841763-9729-4504-85c5-a94150ad55bb/?format=api"
        },
        {
            "id": "2777f9ba-f928-4eee-8319-eec2294adcd8",
            "gambit_id": "869f335e-60e2-4759-9c42-0f393cf84b2e",
            "last_updated": "2023-09-06T19:03:02.176928-04:00",
            "created_at": "2023-09-05T09:53:21.519143-04:00",
            "name": "HOU",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8841763-9729-4504-85c5-a94150ad55bb/?format=api"
        }
    ]
}