GET /api/bet_types/7db78be0-b3e2-4b9d-8a03-62cb2d1c22e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7db78be0-b3e2-4b9d-8a03-62cb2d1c22e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/69115579-32bb-47ae-b532-1d8d14718e05/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T13:27:06.276162-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 Over 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "71caae19-9681-42b6-908a-f708b647a82a",
            "gambit_id": "b2038e30-8596-4ae6-8716-d3845be74aeb",
            "last_updated": "2023-04-10T09:26:56.830158-04:00",
            "created_at": "2023-04-08T13:27:06.281629-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db78be0-b3e2-4b9d-8a03-62cb2d1c22e0/?format=api"
        },
        {
            "id": "4d9ebd9e-8230-492d-be59-7ea80c80e5ff",
            "gambit_id": "87f45ac4-7a83-4542-84aa-a751252e2d5f",
            "last_updated": "2023-04-10T09:26:56.828683-04:00",
            "created_at": "2023-04-08T13:27:06.279291-04:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db78be0-b3e2-4b9d-8a03-62cb2d1c22e0/?format=api"
        }
    ]
}