GET /api/bet_types/ec9e1819-a161-43d8-b403-bced15baa19c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec9e1819-a161-43d8-b403-bced15baa19c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1009ad20-ff05-418b-994a-f7a9091ff7b6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:03:06.859596-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 Under 39",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 39",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a1fc82c-7b61-402e-8295-f04896fe77e6",
            "gambit_id": "57a3f3a1-4a54-4920-aac2-e736fb75ff79",
            "last_updated": "2023-11-06T21:18:16.021569-05:00",
            "created_at": "2023-11-02T09:03:06.867900-04:00",
            "name": "Game Total Under 39",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec9e1819-a161-43d8-b403-bced15baa19c/?format=api"
        },
        {
            "id": "0e2ad60c-62bf-4766-bc47-c93d6150b053",
            "gambit_id": "be889867-2e17-45bb-ab9c-0511ec7ac222",
            "last_updated": "2023-11-06T21:18:16.024748-05:00",
            "created_at": "2023-11-02T09:03:06.863363-04:00",
            "name": "Game Total Over 39",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec9e1819-a161-43d8-b403-bced15baa19c/?format=api"
        }
    ]
}