GET /api/bet_types/0d24442a-2323-4382-b145-1991e76cc98d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d24442a-2323-4382-b145-1991e76cc98d",
    "match": "https://api-prod.gambitprofit.com/api/matches/279d9619-7e26-42da-afbb-ef37e74595e6/?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 59",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 59",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "70612664-2d28-4bf2-b46a-a3302fd5711f",
            "gambit_id": "28965acb-b23d-423e-bcf0-c7a8cc7dc0dd",
            "last_updated": "2022-10-23T09:27:14.551331-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 59",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "59.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d24442a-2323-4382-b145-1991e76cc98d/?format=api"
        },
        {
            "id": "03eefc2f-21c6-4b3d-a0a9-e5db4a09e971",
            "gambit_id": "7e22384d-8b8a-4516-b1dc-22b35f88668e",
            "last_updated": "2022-10-23T09:27:14.549831-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 59",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "59.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d24442a-2323-4382-b145-1991e76cc98d/?format=api"
        }
    ]
}