GET /api/bet_types/12a10e41-bef9-43bd-9503-9a4edfaf3764/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12a10e41-bef9-43bd-9503-9a4edfaf3764",
    "match": "https://api-prod.gambitprofit.com/api/matches/23b35d4b-72b6-429b-b1b9-b6e13f007559/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-23T09:43:23.149656-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": "c8331605-7021-4834-a7b8-312f52c4dc1c",
            "gambit_id": "ae00bd90-7632-4b28-8ac3-bb6f298d2ef4",
            "last_updated": "2024-01-24T22:28:18.267091-05:00",
            "created_at": "2024-01-23T09:43:23.161638-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/12a10e41-bef9-43bd-9503-9a4edfaf3764/?format=api"
        },
        {
            "id": "db6c8dca-2e30-4634-9a4a-40c4bae9b6c5",
            "gambit_id": "cfde84de-37b7-4a8b-a747-fdb80fd5202f",
            "last_updated": "2024-01-24T22:28:18.270288-05:00",
            "created_at": "2024-01-23T09:43:23.166837-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/12a10e41-bef9-43bd-9503-9a4edfaf3764/?format=api"
        }
    ]
}