GET /api/bet_types/45aab30f-95f6-4c06-b5e1-7ca46c058195/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45aab30f-95f6-4c06-b5e1-7ca46c058195",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d1d7efb-8e42-4797-a8a6-370e4cc4db04/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T08:26:59.199908-05: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.5",
                "amount": 5196.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b8d834a-fd30-47db-b0d1-8efaf5fc529d",
            "gambit_id": "800f10fe-6552-4f38-baf3-13907bd0f404",
            "last_updated": "2023-01-16T09:57:13.795625-05:00",
            "created_at": "2023-01-14T08:26:59.205777-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45aab30f-95f6-4c06-b5e1-7ca46c058195/?format=api"
        },
        {
            "id": "e0bf31b2-a13d-422e-87f5-636d9ce4fc2e",
            "gambit_id": "b4719e47-376a-410c-8fcc-059aa3962bdf",
            "last_updated": "2023-01-16T09:57:13.792507-05:00",
            "created_at": "2023-01-14T08:26:59.202786-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45aab30f-95f6-4c06-b5e1-7ca46c058195/?format=api"
        }
    ]
}