GET /api/bet_types/e37f853b-f9ab-41a7-8f9e-322ac06b7a20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e37f853b-f9ab-41a7-8f9e-322ac06b7a20",
    "match": "https://api-prod.gambitprofit.com/api/matches/3015cf4e-7ead-482e-830b-26aa18312aee/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-30T10:28:09.452597-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 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9a7deea-263b-471a-ac74-27b1d8433d4e",
            "gambit_id": "d7e1592a-b6b5-46ab-9927-de3e91146406",
            "last_updated": "2023-12-04T20:53:09.482254-05:00",
            "created_at": "2023-11-30T10:28:09.460504-05:00",
            "name": "Game Total Over 44",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e37f853b-f9ab-41a7-8f9e-322ac06b7a20/?format=api"
        },
        {
            "id": "f7f57256-c745-4809-b174-ccc0147e989b",
            "gambit_id": "71a5d8db-6a94-40a8-892e-9c1936f2bdfd",
            "last_updated": "2023-12-04T20:53:09.485806-05:00",
            "created_at": "2023-11-30T10:28:09.456913-05:00",
            "name": "Game Total Under 44",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e37f853b-f9ab-41a7-8f9e-322ac06b7a20/?format=api"
        }
    ]
}