GET /api/bet_types/52ebf6ce-b7e9-457c-90f2-8f1bbc61ceff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52ebf6ce-b7e9-457c-90f2-8f1bbc61ceff",
    "match": "https://api-prod.gambitprofit.com/api/matches/267867e5-3ec9-4386-9265-7d439c22509d/?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 Under 52",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 52",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e6a1fba-f165-42b0-b20e-9cd5831bfce0",
            "gambit_id": "83960883-166a-45cc-94b7-0cea6642212c",
            "last_updated": "2022-09-19T10:21:55.923742-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52ebf6ce-b7e9-457c-90f2-8f1bbc61ceff/?format=api"
        },
        {
            "id": "8360bbe2-1136-4aed-834a-06cc4ef14c1c",
            "gambit_id": "6d0aab31-5290-4d06-af37-9c2945f0e340",
            "last_updated": "2022-09-19T10:21:55.924886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52ebf6ce-b7e9-457c-90f2-8f1bbc61ceff/?format=api"
        }
    ]
}