GET /api/bet_types/990e61b8-0c6f-4562-9fe5-0b269597a075/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "990e61b8-0c6f-4562-9fe5-0b269597a075",
    "match": "https://api-prod.gambitprofit.com/api/matches/855f134e-bdef-40e7-a800-ae35d4f253d6/?format=api",
    "name": "Over/Under",
    "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": "Game Total Over 2.5",
                "amount": 5571.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 8857.89,
        "profit_sb": -142.11,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "23daa7aa-eb6e-4416-8f80-498d6d6678f1",
            "gambit_id": "64b18531-bfa4-486a-a560-e26f21fa204a",
            "last_updated": "2022-08-07T14:47:23.208338-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.59000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/990e61b8-0c6f-4562-9fe5-0b269597a075/?format=api"
        },
        {
            "id": "7f6ed5e2-c40f-41fd-9b48-9aef05cc3346",
            "gambit_id": "c69dbd9d-335a-49ac-bb51-a07ddf004bf0",
            "last_updated": "2022-08-07T14:47:23.207702-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/990e61b8-0c6f-4562-9fe5-0b269597a075/?format=api"
        }
    ]
}