GET /api/bet_types/320474c3-2de6-4f49-8b36-2546dfa2cbf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "320474c3-2de6-4f49-8b36-2546dfa2cbf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6af6f66a-46ea-4366-af0e-e9d99e566585/?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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "a6d16223-dd48-4e7a-b44f-c29bb63da4f9",
            "gambit_id": "bf39775e-0ca6-45a1-822d-06ca253b84b8",
            "last_updated": "2022-09-03T19:57:07.128987-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/320474c3-2de6-4f49-8b36-2546dfa2cbf0/?format=api"
        },
        {
            "id": "a6975eaf-0710-410f-9058-8dcdd1b9d42c",
            "gambit_id": "aa1f8593-bb28-484d-8a2a-c42a5598d42c",
            "last_updated": "2022-09-03T19:57:07.127912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/320474c3-2de6-4f49-8b36-2546dfa2cbf0/?format=api"
        }
    ]
}