GET /api/bet_types/b4977626-57f1-4564-b173-9c3e91cbf7dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4977626-57f1-4564-b173-9c3e91cbf7dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/0575f6be-211a-4b97-8102-51ba35640e8e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-02T08:58:24.642533-04: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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "428c689d-a3c5-4a5d-9a61-7603fc3adb55",
            "gambit_id": "d8a7759a-e1f2-4e87-9cd5-cef39e774115",
            "last_updated": "2023-07-03T10:58:21.802573-04:00",
            "created_at": "2023-07-02T08:58:24.644365-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4977626-57f1-4564-b173-9c3e91cbf7dd/?format=api"
        },
        {
            "id": "d2e9d496-5677-49e9-8371-d8f3fed1e795",
            "gambit_id": "9dd0e2ee-088d-4c14-8575-f2ab79fca35b",
            "last_updated": "2023-07-03T10:58:21.800642-04:00",
            "created_at": "2023-07-02T08:58:24.646226-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4977626-57f1-4564-b173-9c3e91cbf7dd/?format=api"
        }
    ]
}