GET /api/bet_types/520b1122-af9e-4051-a1b2-2388ef23adea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "520b1122-af9e-4051-a1b2-2388ef23adea",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b722207-694b-4535-870c-df3b075490b3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:32:09.782579-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 6",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0cf91d6-c925-4829-8616-ee3fa365a129",
            "gambit_id": "da88c90e-d132-45d4-80ae-199eb13b834a",
            "last_updated": "2023-04-10T15:02:13.980875-04:00",
            "created_at": "2023-04-09T09:32:09.785141-04:00",
            "name": "Game Total Under 6",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/520b1122-af9e-4051-a1b2-2388ef23adea/?format=api"
        },
        {
            "id": "9485dfa5-c1e1-49fb-bc8e-f2f02210d1b6",
            "gambit_id": "72bf38ef-bb10-446d-ba94-94953f05acb4",
            "last_updated": "2023-04-10T15:02:13.983281-04:00",
            "created_at": "2023-04-09T09:32:09.787999-04:00",
            "name": "Game Total Over 6",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/520b1122-af9e-4051-a1b2-2388ef23adea/?format=api"
        }
    ]
}