GET /api/bet_types/1245aeb7-7a06-49fc-8733-d40b5c4e2e7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1245aeb7-7a06-49fc-8733-d40b5c4e2e7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e4ba37f-05b4-4a94-bc53-0bb1254961dc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-12T08:42:16.911931-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 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "026fa592-74d7-41da-b865-1b2628b5dded",
            "gambit_id": "6b30a8ac-e73e-418b-aa99-255c8f70ab4c",
            "last_updated": "2023-01-13T11:47:21.062963-05:00",
            "created_at": "2023-01-12T08:42:16.914003-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1245aeb7-7a06-49fc-8733-d40b5c4e2e7b/?format=api"
        },
        {
            "id": "fcf40114-1607-45d0-b6fa-70ed06f8cad2",
            "gambit_id": "988f1129-794a-459c-99e4-6a990cec6fc5",
            "last_updated": "2023-01-13T11:47:21.064049-05:00",
            "created_at": "2023-01-12T08:42:16.915258-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1245aeb7-7a06-49fc-8733-d40b5c4e2e7b/?format=api"
        }
    ]
}