GET /api/bet_types/22ae31e2-0cf2-47b6-9e11-86dc113ceba2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22ae31e2-0cf2-47b6-9e11-86dc113ceba2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0f5e37c-23b7-4fa2-845b-0f5098224076/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T09:13:00.892007-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": "Las Vegas Raiders",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bears",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "268ce276-b6de-4fd8-9ec6-7e4b33e4a399",
            "gambit_id": "affaa6f4-cbd2-4c65-b10d-0762cca2ba7d",
            "last_updated": "2023-10-23T13:38:23.771201-04:00",
            "created_at": "2023-10-18T09:13:00.897197-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22ae31e2-0cf2-47b6-9e11-86dc113ceba2/?format=api"
        },
        {
            "id": "ad8f162e-0fbd-46d0-88a8-328b798f7d88",
            "gambit_id": "7788cc34-debc-4a1f-be6d-a573918ce0f6",
            "last_updated": "2023-10-23T13:38:23.774382-04:00",
            "created_at": "2023-10-18T09:13:00.903233-04:00",
            "name": "Chicago Bears",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22ae31e2-0cf2-47b6-9e11-86dc113ceba2/?format=api"
        }
    ]
}