GET /api/bet_types/7bffe4ea-0d6f-4584-b000-a940a1b931d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bffe4ea-0d6f-4584-b000-a940a1b931d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4acf734f-e2f1-4a3a-90e4-4819faed33c9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:08.025079-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "55c05b4c-942b-42ab-9af1-32a0d7a5dc64",
            "gambit_id": "f75a1c9a-74aa-4c50-8c25-eb3cc3cf7249",
            "last_updated": "2023-11-13T15:03:20.780381-05:00",
            "created_at": "2023-11-11T08:53:08.028494-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bffe4ea-0d6f-4584-b000-a940a1b931d8/?format=api"
        },
        {
            "id": "43eca701-76e9-4173-b981-3a313396885e",
            "gambit_id": "5a253a96-3cd6-4457-8ff7-40f7a3d3192d",
            "last_updated": "2023-11-13T15:03:20.777016-05:00",
            "created_at": "2023-11-11T08:53:08.032792-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bffe4ea-0d6f-4584-b000-a940a1b931d8/?format=api"
        }
    ]
}