GET /api/bet_types/1539f6b0-c895-45f7-bcba-4cf68a97c2ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1539f6b0-c895-45f7-bcba-4cf68a97c2ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f6815af-2b0c-4f82-a2ac-a6e3f7f821a9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-18T09:38:23.393590-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7b43bce2-9e85-4d7f-a801-1c35b41349ff",
            "gambit_id": "5c3e469d-f229-468e-9b00-5f973754dcc5",
            "last_updated": "2023-11-20T15:03:32.876836-05:00",
            "created_at": "2023-11-18T09:38:23.397741-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1539f6b0-c895-45f7-bcba-4cf68a97c2ce/?format=api"
        },
        {
            "id": "a3214b6b-b625-48f5-8f79-1f7c7fa39a1c",
            "gambit_id": "1a1378a0-10df-4acb-9c7e-f0846dd09da7",
            "last_updated": "2023-11-20T15:03:32.880315-05:00",
            "created_at": "2023-11-18T09:38:23.403671-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1539f6b0-c895-45f7-bcba-4cf68a97c2ce/?format=api"
        }
    ]
}