GET /api/bet_types/692da4ee-366e-473b-8aa3-50e4f8ed11af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "692da4ee-366e-473b-8aa3-50e4f8ed11af",
    "match": "https://api-prod.gambitprofit.com/api/matches/3960010e-b874-4a9a-8746-a26902f439b0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T08:08:24.616856-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": "MIL",
                "amount": 5939.0
            },
            {
                "team": "LOS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "db5ffb15-dcf5-4902-9b1c-80fe0c712617",
            "gambit_id": "ec26ae18-5546-4c59-967d-31f67344621c",
            "last_updated": "2023-08-18T10:23:06.805540-04:00",
            "created_at": "2023-08-17T08:08:24.621131-04:00",
            "name": "MIL",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/692da4ee-366e-473b-8aa3-50e4f8ed11af/?format=api"
        },
        {
            "id": "41d210b8-7a39-4b52-93b9-a26235e51beb",
            "gambit_id": "84488f45-7818-4b7c-9e2f-332dcbc9e633",
            "last_updated": "2023-08-18T10:23:06.816726-04:00",
            "created_at": "2023-08-17T08:08:24.626126-04:00",
            "name": "LOS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/692da4ee-366e-473b-8aa3-50e4f8ed11af/?format=api"
        }
    ]
}