GET /api/bet_types/f64f2f94-2346-4186-87bd-229b5a1d8249/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f64f2f94-2346-4186-87bd-229b5a1d8249",
    "match": "https://api-prod.gambitprofit.com/api/matches/002c95bb-837a-4381-a3e5-34bd3e6b48c2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:06.795736-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b938f42-fdb5-4573-a14c-bcecbc9fa9ca",
            "gambit_id": "0f4c4fb1-b1b3-415e-87a7-f710f17a329d",
            "last_updated": "2023-11-06T10:03:05.427566-05:00",
            "created_at": "2023-11-04T09:48:06.799678-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f64f2f94-2346-4186-87bd-229b5a1d8249/?format=api"
        },
        {
            "id": "0f24ee3f-acb2-4a5f-8dba-0e62b6b9a706",
            "gambit_id": "819dcea5-f9bd-4dc6-af40-617c3914667b",
            "last_updated": "2023-11-06T10:03:05.431037-05:00",
            "created_at": "2023-11-04T09:48:06.803519-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f64f2f94-2346-4186-87bd-229b5a1d8249/?format=api"
        }
    ]
}