GET /api/bet_types/f9fa5f9b-dba8-4577-9963-1402e92ac098/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9fa5f9b-dba8-4577-9963-1402e92ac098",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c87c96e-cdc6-491d-98c8-e184328fce11/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T09:07:58.991631-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": "WAS",
                "amount": 6010.0
            },
            {
                "team": "PIT",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "e10a3b96-9ea5-40fc-a85f-2eaec1bbe370",
            "gambit_id": "d54c665f-1f23-4e49-9ba3-62b5b6515332",
            "last_updated": "2023-09-14T19:38:30.370966-04:00",
            "created_at": "2023-09-13T09:07:58.995155-04:00",
            "name": "WAS",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9fa5f9b-dba8-4577-9963-1402e92ac098/?format=api"
        },
        {
            "id": "e29a6a47-94a0-4e54-bf36-944d05f40fa5",
            "gambit_id": "216a5381-aa28-44a1-b087-bcc3d3418f5a",
            "last_updated": "2023-09-14T19:38:30.374326-04:00",
            "created_at": "2023-09-13T09:07:58.998714-04:00",
            "name": "PIT",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9fa5f9b-dba8-4577-9963-1402e92ac098/?format=api"
        }
    ]
}