GET /api/bet_types/d1db27ab-f5ca-495a-8c95-e5fafe9bf430/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1db27ab-f5ca-495a-8c95-e5fafe9bf430",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c088ba2-9c1a-4f6a-84fe-3e8e7a6be7fe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-28T17:53:17.429263-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": "CHC",
                "amount": 5857.0
            },
            {
                "team": "STL",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f59c052-f9db-4a84-b2be-693952160956",
            "gambit_id": "76468974-8a4d-4754-a302-38952c7a0904",
            "last_updated": "2023-07-29T19:38:36.345194-04:00",
            "created_at": "2023-07-28T17:53:17.433449-04:00",
            "name": "CHC",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1db27ab-f5ca-495a-8c95-e5fafe9bf430/?format=api"
        },
        {
            "id": "17a78ddf-9fb7-47a0-91f9-d22d5b1883ea",
            "gambit_id": "d7599540-a5a6-4ab3-affe-26637caa348d",
            "last_updated": "2023-07-29T19:38:36.349004-04:00",
            "created_at": "2023-07-28T17:53:17.438253-04:00",
            "name": "STL",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1db27ab-f5ca-495a-8c95-e5fafe9bf430/?format=api"
        }
    ]
}