GET /api/bet_types/235777a9-4581-48f5-92c1-533341c325ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "235777a9-4581-48f5-92c1-533341c325ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d31d623-8e17-4dd1-ae35-f17d98c7f7d8/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:57.569755-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": 5196.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "9642f9a5-0006-4797-8061-fcc659724f34",
            "gambit_id": "52e68a02-8124-49d7-85f1-40047bf926da",
            "last_updated": "2022-12-25T11:16:58.756917-05:00",
            "created_at": "2022-12-23T09:06:57.572387-05:00",
            "name": "Game Total Over 6",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235777a9-4581-48f5-92c1-533341c325ef/?format=api"
        },
        {
            "id": "554fa6c7-7f5b-4c0d-b9a0-785b97b85862",
            "gambit_id": "d4489254-3b6f-4a54-940a-93cfe732fa84",
            "last_updated": "2022-12-25T11:16:58.755805-05:00",
            "created_at": "2022-12-23T09:06:57.571201-05:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235777a9-4581-48f5-92c1-533341c325ef/?format=api"
        }
    ]
}