GET /api/bet_types/b839448b-c0a3-4e70-931d-bc6db0ae227a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b839448b-c0a3-4e70-931d-bc6db0ae227a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e63e23a-48f2-4356-b00b-34a699b036f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-09T09:02:00.653709-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7502830c-1aca-4fec-b687-8d3c9c201b96",
            "gambit_id": "b9cbee3a-d9b5-4d6c-8c00-72cc68cca1ff",
            "last_updated": "2023-03-10T10:36:58.706480-05:00",
            "created_at": "2023-03-09T09:02:00.656607-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b839448b-c0a3-4e70-931d-bc6db0ae227a/?format=api"
        },
        {
            "id": "456f6ccb-c13d-4329-b7bd-805ce565b8a3",
            "gambit_id": "e5d0d154-bbf0-4121-bf1d-9e6fb87d94f3",
            "last_updated": "2023-03-10T10:36:58.705252-05:00",
            "created_at": "2023-03-09T09:02:00.655122-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b839448b-c0a3-4e70-931d-bc6db0ae227a/?format=api"
        }
    ]
}