GET /api/bet_types/6760e10b-df56-4f98-af95-988d4735d3c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6760e10b-df56-4f98-af95-988d4735d3c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa37bea5-50c6-44e0-9626-909299d822ef/?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 5.5",
                "amount": 5209.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4791.0
            }
        ],
        "expected_reward_tokens": 8959.17,
        "profit_sb": -40.83,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "c335b304-8385-4e7d-a70a-a393523ddee3",
            "gambit_id": "89517546-35db-4eb8-8fca-b1e6068b5221",
            "last_updated": "2022-12-21T22:37:05.053970-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6760e10b-df56-4f98-af95-988d4735d3c3/?format=api"
        },
        {
            "id": "6d4f16a3-00cc-4602-9f9a-c033453d00e9",
            "gambit_id": "b502707d-0a4e-4e61-804b-55487f030a2f",
            "last_updated": "2022-12-21T22:37:05.052875-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.87000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6760e10b-df56-4f98-af95-988d4735d3c3/?format=api"
        }
    ]
}