GET /api/bet_types/d8510bd0-f3f6-4063-a673-c59ee93dbd95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8510bd0-f3f6-4063-a673-c59ee93dbd95",
    "match": "https://api-prod.gambitprofit.com/api/matches/057320dd-2c54-4a7a-a405-5aa6f593d743/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-18T09:38:25.172557-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": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0eac3595-4c62-45de-9e75-be5f5b299f75",
            "gambit_id": "4d2cad62-c075-4e04-9e4c-b50917e7a7b1",
            "last_updated": "2023-11-20T14:53:32.665921-05:00",
            "created_at": "2023-11-18T09:38:25.177538-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8510bd0-f3f6-4063-a673-c59ee93dbd95/?format=api"
        },
        {
            "id": "1dffe507-4ab3-493d-92de-7638951391ae",
            "gambit_id": "bd93eb81-59a6-4d53-8ca8-009c875b3ed0",
            "last_updated": "2023-11-20T14:53:32.669219-05:00",
            "created_at": "2023-11-18T09:38:25.182455-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8510bd0-f3f6-4063-a673-c59ee93dbd95/?format=api"
        }
    ]
}