GET /api/bet_types/374ba570-4102-40a7-8e3e-5a169cdc20be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "374ba570-4102-40a7-8e3e-5a169cdc20be",
    "match": "https://api-prod.gambitprofit.com/api/matches/47ef8803-1d28-4693-877d-4ac6b1e5b213/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-15T08:32:01.992225-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": "Los Angeles Clippers",
                "amount": 7833.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2167.0
            }
        ],
        "expected_reward_tokens": 9164.61,
        "profit_sb": 164.61,
        "profit_sb_percentage": 1.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "15cb6c07-7cea-4d30-8024-e1f2e6974dcf",
            "gambit_id": "38462aca-52f9-4ab7-8041-38b1f3d5fd65",
            "last_updated": "2023-01-16T11:02:05.676369-05:00",
            "created_at": "2023-01-15T08:32:01.994939-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.17000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374ba570-4102-40a7-8e3e-5a169cdc20be/?format=api"
        },
        {
            "id": "cfc52b59-86c4-49da-880c-ba7c19f797ed",
            "gambit_id": "70cfc970-4a14-4e97-8b6d-59136330c302",
            "last_updated": "2023-01-16T11:02:05.678378-05:00",
            "created_at": "2023-01-15T08:32:01.997617-05:00",
            "name": "Houston Rockets",
            "reward": "4.23000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374ba570-4102-40a7-8e3e-5a169cdc20be/?format=api"
        }
    ]
}