GET /api/bet_types/1706f4a2-6d85-4d66-8906-95b80ffffb57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1706f4a2-6d85-4d66-8906-95b80ffffb57",
    "match": "https://api-prod.gambitprofit.com/api/matches/47c66e21-b373-435e-bdfe-a13f2e398ae5/?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 Over 220",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 220",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ea55c58-e103-4591-a56d-61139288d58e",
            "gambit_id": "637eb8a0-9bea-45dc-a5bf-b2ae90f8d491",
            "last_updated": "2022-11-03T09:48:11.091518-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 220",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1706f4a2-6d85-4d66-8906-95b80ffffb57/?format=api"
        },
        {
            "id": "14572797-ad50-494d-b465-41190a758799",
            "gambit_id": "85ae2a78-26e6-41a9-92b0-444838de5a70",
            "last_updated": "2022-11-03T09:48:11.090337-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 220",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1706f4a2-6d85-4d66-8906-95b80ffffb57/?format=api"
        }
    ]
}