GET /api/bet_types/ef3d8f8c-2ff8-4682-b722-297182e1f793/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef3d8f8c-2ff8-4682-b722-297182e1f793",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3b6302b-d6d8-4b9a-82a9-41a69bdeb4b5/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 6.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "570f3c67-a149-42c7-bc73-4b403ad847d9",
            "gambit_id": "b06d2659-6ab1-4210-b917-3bb615456909",
            "last_updated": "2022-11-08T11:07:29.351378-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef3d8f8c-2ff8-4682-b722-297182e1f793/?format=api"
        },
        {
            "id": "9223b861-db20-4de1-b8c5-ed43bc924b32",
            "gambit_id": "e219662a-b4f4-4191-a06d-7f8b11eeba70",
            "last_updated": "2022-11-08T11:07:29.352504-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef3d8f8c-2ff8-4682-b722-297182e1f793/?format=api"
        }
    ]
}