GET /api/bet_types/d31373fb-56eb-4dc2-b349-943505f37627/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d31373fb-56eb-4dc2-b349-943505f37627",
    "match": "https://api-prod.gambitprofit.com/api/matches/e42b80a5-7d72-45ae-8a6c-d94e898118db/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:13:00.592039-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "86429a74-df65-400b-bb59-6677b529fdc1",
            "gambit_id": "8529f89a-35f5-46ef-99f5-98160fcb3999",
            "last_updated": "2023-12-26T15:23:11.462672-05:00",
            "created_at": "2023-12-23T09:13:00.596329-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d31373fb-56eb-4dc2-b349-943505f37627/?format=api"
        },
        {
            "id": "4b62add4-7513-4d81-b299-ce3a7b922416",
            "gambit_id": "7bbdba0b-1221-4266-acc7-f45094f46d67",
            "last_updated": "2023-12-26T15:23:11.466033-05:00",
            "created_at": "2023-12-23T09:13:00.600836-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d31373fb-56eb-4dc2-b349-943505f37627/?format=api"
        }
    ]
}