GET /api/bet_types/0b81e73a-37ec-4381-99fd-8f92536554ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b81e73a-37ec-4381-99fd-8f92536554ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0b942a3-b43a-4a4d-91e7-d4f107aa3512/?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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4abb390-a972-4043-8f46-d34a6d23dee7",
            "gambit_id": "bf9ccc63-63bd-4447-aa47-c93c86f285d7",
            "last_updated": "2022-12-06T09:57:02.083715-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b81e73a-37ec-4381-99fd-8f92536554ee/?format=api"
        },
        {
            "id": "e72693c1-1d61-4398-b89a-523fbbe35371",
            "gambit_id": "c81d3978-d1f5-4881-bd69-3e0f03fbb110",
            "last_updated": "2022-12-06T09:57:02.084717-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b81e73a-37ec-4381-99fd-8f92536554ee/?format=api"
        }
    ]
}