GET /api/bet_types/714692ee-77fb-49ae-b71a-4c05b9590910/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "714692ee-77fb-49ae-b71a-4c05b9590910",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6447839-bbb0-41cf-ae74-05dba72745b8/?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 Under 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f382106a-7ca7-44b0-821d-f6c207323e97",
            "gambit_id": "17d584c6-78d2-45cc-8a2b-2e82f23175c5",
            "last_updated": "2022-11-06T16:13:01.222871-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/714692ee-77fb-49ae-b71a-4c05b9590910/?format=api"
        },
        {
            "id": "60293e44-7c7e-4712-8a08-5dd65f893513",
            "gambit_id": "7d16ab02-0c5b-48a9-9952-1e26c1169bb2",
            "last_updated": "2022-11-06T16:13:01.223977-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/714692ee-77fb-49ae-b71a-4c05b9590910/?format=api"
        }
    ]
}