GET /api/bet_types/d07bc36b-ccab-4d79-918a-63c71c6647b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d07bc36b-ccab-4d79-918a-63c71c6647b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f126b6f2-5adb-44d1-a643-273829f54cd2/?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": 5249.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4751.0
            }
        ],
        "expected_reward_tokens": 9026.9,
        "profit_sb": 26.9,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "1a48b9f0-ce0b-4bc2-a476-4d5d8196a276",
            "gambit_id": "c400bf27-c103-488c-9dee-c4180645907e",
            "last_updated": "2022-08-29T11:17:13.800210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d07bc36b-ccab-4d79-918a-63c71c6647b7/?format=api"
        },
        {
            "id": "6d1a1cff-06c2-4a78-b533-b1d90dd6b1e9",
            "gambit_id": "f00567c8-6e4f-472b-8eb3-68b568626340",
            "last_updated": "2022-08-29T11:17:13.799717-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d07bc36b-ccab-4d79-918a-63c71c6647b7/?format=api"
        }
    ]
}