GET /api/bet_types/17b4b52f-49bd-4b5f-8a5a-82fd269fa5ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17b4b52f-49bd-4b5f-8a5a-82fd269fa5ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cbc514c-2e0b-4da6-887e-d61e87c717f7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T08:51:51.508481-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": "Total Rounds Over 4.5",
                "amount": 6462.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 3538.0
            }
        ],
        "expected_reward_tokens": 9304.94,
        "profit_sb": -195.06,
        "profit_sb_percentage": -2.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a59553ec-596a-4f21-bc7b-54462c1896bf",
            "gambit_id": "685bb8a4-b475-43f1-8109-f6e92bbe9d59",
            "last_updated": "2023-03-13T14:06:51.384386-04:00",
            "created_at": "2023-03-10T08:51:51.511661-05:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17b4b52f-49bd-4b5f-8a5a-82fd269fa5ca/?format=api"
        },
        {
            "id": "f3b6c4e1-f79d-4065-9c3b-4f16c11ca6d2",
            "gambit_id": "a8d638b6-e48b-4b3c-bee7-2fd0540b708c",
            "last_updated": "2023-03-13T14:06:51.382780-04:00",
            "created_at": "2023-03-10T08:51:51.510109-05:00",
            "name": "Total Rounds Under 4.5",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17b4b52f-49bd-4b5f-8a5a-82fd269fa5ca/?format=api"
        }
    ]
}