GET /api/bet_types/13da9adf-aad2-4ec7-9dab-6d5eef1812e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13da9adf-aad2-4ec7-9dab-6d5eef1812e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/1da90f09-8d3f-4227-bfe1-8d85e3f674fa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-06T09:08:16.724889-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 11",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 11",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "84c3c958-f14b-478c-9e48-0bfe71aed7b8",
            "gambit_id": "74716ea0-203a-4e52-b367-00d4ad20c060",
            "last_updated": "2023-09-08T09:23:32.842483-04:00",
            "created_at": "2023-09-06T09:08:16.733788-04:00",
            "name": "Game Total Under 11",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13da9adf-aad2-4ec7-9dab-6d5eef1812e5/?format=api"
        },
        {
            "id": "08593435-9652-4351-9629-810354cf9dfd",
            "gambit_id": "8ee1b4d5-463a-4bc3-b697-37007a280768",
            "last_updated": "2023-09-08T09:23:32.845874-04:00",
            "created_at": "2023-09-06T09:08:16.729334-04:00",
            "name": "Game Total Over 11",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13da9adf-aad2-4ec7-9dab-6d5eef1812e5/?format=api"
        }
    ]
}