GET /api/bet_types/67c8dde5-afd2-4421-bb64-4d0ee3838eba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67c8dde5-afd2-4421-bb64-4d0ee3838eba",
    "match": "https://api-prod.gambitprofit.com/api/matches/f61a50b8-2aae-4734-be89-5e0f345b8242/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-20T09:21:56.683189-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "208ca8d4-6ca7-451b-a189-07fefcc4c7f1",
            "gambit_id": "547556db-b4a8-4668-becb-24d48b43637d",
            "last_updated": "2023-01-21T10:32:25.986583-05:00",
            "created_at": "2023-01-20T09:21:56.685855-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67c8dde5-afd2-4421-bb64-4d0ee3838eba/?format=api"
        },
        {
            "id": "ff6e6d0e-a17c-434e-97fe-deb318cfb589",
            "gambit_id": "6d860e14-bb3a-43a1-99c5-c24b2933a393",
            "last_updated": "2023-01-21T10:32:25.985375-05:00",
            "created_at": "2023-01-20T09:21:56.684578-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67c8dde5-afd2-4421-bb64-4d0ee3838eba/?format=api"
        }
    ]
}