GET /api/bet_types/f245c053-002f-49a3-87ec-3eedfbf80e4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f245c053-002f-49a3-87ec-3eedfbf80e4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba1114c0-bd1d-4ed4-af1c-08a5e90af545/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-08T09:38:18.969084-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7f9e389-91a2-47f5-ae00-beb52d02e8eb",
            "gambit_id": "35b9bbea-a849-49bb-b158-576a1ee2a342",
            "last_updated": "2023-12-09T11:48:27.929708-05:00",
            "created_at": "2023-12-08T09:38:18.973308-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f245c053-002f-49a3-87ec-3eedfbf80e4d/?format=api"
        },
        {
            "id": "da9bc6e0-f0fc-46bb-9c86-9ef2a9a93442",
            "gambit_id": "d16374f0-0249-497c-9e47-05b00027e0d7",
            "last_updated": "2023-12-09T11:48:27.933969-05:00",
            "created_at": "2023-12-08T09:38:18.977480-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f245c053-002f-49a3-87ec-3eedfbf80e4d/?format=api"
        }
    ]
}