GET /api/bet_types/d4959dc1-61d4-4964-9185-3904ef363f68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4959dc1-61d4-4964-9185-3904ef363f68",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dbf02fe-29e9-4369-aee5-f12492ca3f3a/?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": 5160.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4840.0
            }
        ],
        "expected_reward_tokens": 9339.6,
        "profit_sb": -160.4,
        "profit_sb_percentage": -1.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "7421d1db-2058-4d95-81fa-2a148bdab142",
            "gambit_id": "17e1ffdc-81f4-4531-98be-06f9032ce827",
            "last_updated": "2022-10-27T12:07:07.486463-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.81000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4959dc1-61d4-4964-9185-3904ef363f68/?format=api"
        },
        {
            "id": "bddf0cad-bf3b-49b3-9d48-5ee96f134843",
            "gambit_id": "45bad1a9-fa51-487f-b477-292d83b14a59",
            "last_updated": "2022-10-27T12:07:07.485285-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.93000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4959dc1-61d4-4964-9185-3904ef363f68/?format=api"
        }
    ]
}