GET /api/bet_types/7a8c03ab-3685-461f-aaa9-77ce4393f20b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a8c03ab-3685-461f-aaa9-77ce4393f20b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c021e1e5-5d71-4fe7-838e-8c03a3d2c992/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-25T08:58:20.285878-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": "TEX",
                "amount": 5107.0
            },
            {
                "team": "LAA",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a52f3c0d-441f-4de4-b577-b4cea089f5af",
            "gambit_id": "67b14f9e-e782-424e-97cf-c2476cb23b50",
            "last_updated": "2023-09-26T10:03:06.792572-04:00",
            "created_at": "2023-09-25T08:58:20.289820-04:00",
            "name": "TEX",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a8c03ab-3685-461f-aaa9-77ce4393f20b/?format=api"
        },
        {
            "id": "0773f4fd-5156-4ff5-8af9-6200857a368d",
            "gambit_id": "bd153437-7440-4b0a-8f03-76d9f2dd572f",
            "last_updated": "2023-09-26T10:03:06.796551-04:00",
            "created_at": "2023-09-25T08:58:20.294145-04:00",
            "name": "LAA",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a8c03ab-3685-461f-aaa9-77ce4393f20b/?format=api"
        }
    ]
}