GET /api/bet_types/1eedb7c3-5a32-417d-abb9-b592d10fb240/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1eedb7c3-5a32-417d-abb9-b592d10fb240",
    "match": "https://api-prod.gambitprofit.com/api/matches/8468da7a-8c03-4d60-9cd5-098fb1fbdcd2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T08:08:24.392380-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c545eced-39cc-4cc2-915d-b56625c76419",
            "gambit_id": "868f1d08-6f29-44a1-9edb-11c5d604271a",
            "last_updated": "2023-08-18T10:23:06.591284-04:00",
            "created_at": "2023-08-17T08:08:24.400401-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eedb7c3-5a32-417d-abb9-b592d10fb240/?format=api"
        },
        {
            "id": "529816c0-18d8-4215-907f-e90c6745ac3d",
            "gambit_id": "fdb9a02b-baf7-418a-81a9-0dff508a6089",
            "last_updated": "2023-08-18T10:23:06.587618-04:00",
            "created_at": "2023-08-17T08:08:24.396301-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eedb7c3-5a32-417d-abb9-b592d10fb240/?format=api"
        }
    ]
}