GET /api/bet_types/283d9847-61a7-4d29-9f45-0a4fe5294758/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "283d9847-61a7-4d29-9f45-0a4fe5294758",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd470bd7-0185-4c21-b1e3-1f9e4420dbc3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-12T09:23:00.531909-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c8a7548-03a0-40bb-a739-f47c642d8f25",
            "gambit_id": "fe6ebf5c-2ebb-4d21-8ebc-9e65e72b9477",
            "last_updated": "2023-09-13T19:03:19.317300-04:00",
            "created_at": "2023-09-12T09:23:00.536957-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/283d9847-61a7-4d29-9f45-0a4fe5294758/?format=api"
        },
        {
            "id": "5ccc3430-9ad3-4f39-864d-5b82973f5fcc",
            "gambit_id": "2665c9a1-2d8e-4856-b14f-8bbbb7f6ad0f",
            "last_updated": "2023-09-13T19:03:19.320647-04:00",
            "created_at": "2023-09-12T09:23:00.541542-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/283d9847-61a7-4d29-9f45-0a4fe5294758/?format=api"
        }
    ]
}