GET /api/bet_types/f650e5ae-e06b-44ba-bfa8-fa0500ecf054/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f650e5ae-e06b-44ba-bfa8-fa0500ecf054",
    "match": "https://api-prod.gambitprofit.com/api/matches/9947b70c-8364-4ee0-99a1-8d5febc2080b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-20T08:33:22.058826-04: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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2258e7f-1de4-46a6-ad85-987fbcba286a",
            "gambit_id": "d781acae-f3a3-4307-8812-052c238d8a07",
            "last_updated": "2023-06-22T10:08:27.210140-04:00",
            "created_at": "2023-06-20T08:33:22.060974-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f650e5ae-e06b-44ba-bfa8-fa0500ecf054/?format=api"
        },
        {
            "id": "4e7ea665-c5fe-4e32-8f48-a224bd27cf87",
            "gambit_id": "00d5e14c-30ce-4361-b4a2-4630f003f317",
            "last_updated": "2023-06-22T10:08:27.212283-04:00",
            "created_at": "2023-06-20T08:33:22.064191-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f650e5ae-e06b-44ba-bfa8-fa0500ecf054/?format=api"
        }
    ]
}