GET /api/bet_types/9356e75f-954e-47e7-a345-acd4d445238a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9356e75f-954e-47e7-a345-acd4d445238a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e74027f3-1dcc-4606-b088-5dd9380c3d8a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-07T09:27:13.751839-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2f521f8-be5d-4326-bf06-742d7082a822",
            "gambit_id": "7dda72fe-97c1-4a5e-9023-a781d33a52da",
            "last_updated": "2023-04-10T15:27:16.197402-04:00",
            "created_at": "2023-04-07T09:27:13.753656-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9356e75f-954e-47e7-a345-acd4d445238a/?format=api"
        },
        {
            "id": "1dcd9e0f-78b8-42fe-9512-acf6d17aaf10",
            "gambit_id": "9391fb09-bbc9-4f2f-beaa-26b90ecedf49",
            "last_updated": "2023-04-10T15:27:16.199912-04:00",
            "created_at": "2023-04-07T09:27:13.755626-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9356e75f-954e-47e7-a345-acd4d445238a/?format=api"
        }
    ]
}