GET /api/bet_types/7b27e2b2-c114-4903-9ead-020d03e879ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b27e2b2-c114-4903-9ead-020d03e879ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/f11a0b56-8369-4f95-8f28-4ce3c25e8125/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-19T08:08:06.387798-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0670bd33-ffc4-45c1-9be9-4ec287da5945",
            "gambit_id": "0d598448-797a-4760-a0da-398c0331eb8a",
            "last_updated": "2023-06-20T10:33:07.895233-04:00",
            "created_at": "2023-06-19T08:08:06.392498-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b27e2b2-c114-4903-9ead-020d03e879ce/?format=api"
        },
        {
            "id": "f60071d6-4a2d-4da8-a915-0b86ec16a8a7",
            "gambit_id": "47da5dfc-1949-4b58-804d-57dd42a1f728",
            "last_updated": "2023-06-20T10:33:07.897293-04:00",
            "created_at": "2023-06-19T08:08:06.390004-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b27e2b2-c114-4903-9ead-020d03e879ce/?format=api"
        }
    ]
}