GET /api/bet_types/69bd680a-1bc3-4bc0-add1-54c1504b7bea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69bd680a-1bc3-4bc0-add1-54c1504b7bea",
    "match": "https://api-prod.gambitprofit.com/api/matches/43db00cc-e6c3-4198-af57-39d829bb4ce9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-05T09:57:13.570704-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": "Game Total Over 62.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 62.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc3e14f8-98b2-4ab7-8619-6901e57a7566",
            "gambit_id": "d15e847d-3980-4bdb-ba7c-b128d74065d3",
            "last_updated": "2023-01-10T16:07:02.583436-05:00",
            "created_at": "2023-01-05T09:57:13.573280-05:00",
            "name": "Game Total Over 62.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69bd680a-1bc3-4bc0-add1-54c1504b7bea/?format=api"
        },
        {
            "id": "e30f2d0d-814a-4729-9577-90d1334a26f4",
            "gambit_id": "3c0f630f-244d-4f1f-88a7-5131719030f9",
            "last_updated": "2023-01-10T16:07:02.582347-05:00",
            "created_at": "2023-01-05T09:57:13.571907-05:00",
            "name": "Game Total Under 62.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "62.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69bd680a-1bc3-4bc0-add1-54c1504b7bea/?format=api"
        }
    ]
}