GET /api/bet_types/4ba9a544-4b92-4272-9d66-fd594208d697/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ba9a544-4b92-4272-9d66-fd594208d697",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cfe7813-ef29-4ce6-a3c7-c0e214f44c0d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-19T09:17:08.117620-04: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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "42cc6729-827a-4a29-aabf-cacb2ebd9eee",
            "gambit_id": "ec8c2666-7bed-4b89-bd07-7e2e89811cdd",
            "last_updated": "2023-03-20T11:42:08.164395-04:00",
            "created_at": "2023-03-19T09:17:08.120013-04:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ba9a544-4b92-4272-9d66-fd594208d697/?format=api"
        },
        {
            "id": "0898cc9e-6a9d-4f9f-94ab-cd56a8ef9491",
            "gambit_id": "c990bbd8-802b-486d-a119-1d17bcf5354a",
            "last_updated": "2023-03-20T11:42:08.167036-04:00",
            "created_at": "2023-03-19T09:17:08.121625-04:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ba9a544-4b92-4272-9d66-fd594208d697/?format=api"
        }
    ]
}