GET /api/bet_types/f5d9995c-34b6-42e4-b60a-c84c432fed09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5d9995c-34b6-42e4-b60a-c84c432fed09",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4ce076f-0298-4403-9e09-3566f518ce8f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-08T08:57:07.989118-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6a325d48-db49-459b-9e1c-50139b79a587",
            "gambit_id": "1c3d2c40-6adc-4130-bcba-4f946a32c51b",
            "last_updated": "2023-03-09T09:52:06.743382-05:00",
            "created_at": "2023-03-08T08:57:07.991707-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d9995c-34b6-42e4-b60a-c84c432fed09/?format=api"
        },
        {
            "id": "d6511161-c183-46b7-afc7-48bc9df6397e",
            "gambit_id": "625535d4-a15a-49d2-8cb6-d3c501c2e945",
            "last_updated": "2023-03-09T09:52:06.742285-05:00",
            "created_at": "2023-03-08T08:57:07.990394-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d9995c-34b6-42e4-b60a-c84c432fed09/?format=api"
        }
    ]
}