GET /api/bet_types/e92156c7-e982-4e1d-bc2e-36e9275417a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e92156c7-e982-4e1d-bc2e-36e9275417a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/83d64c0f-4bf3-4212-afa5-5fd3456c6531/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-28T08:48:03.258786-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": "CIN",
                "amount": 5599.0
            },
            {
                "team": "BAL",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdbb8b40-b149-437f-bace-3095ca832d42",
            "gambit_id": "15af917c-68d5-41e5-89f3-3f65d10acb40",
            "last_updated": "2023-06-29T18:03:04.178660-04:00",
            "created_at": "2023-06-28T08:48:03.261170-04:00",
            "name": "CIN",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92156c7-e982-4e1d-bc2e-36e9275417a9/?format=api"
        },
        {
            "id": "e41963f5-bb3e-442f-9c0a-0d7c4d9874c4",
            "gambit_id": "410f8972-dd29-45cd-bcca-1d3510c3890d",
            "last_updated": "2023-06-29T18:03:04.180742-04:00",
            "created_at": "2023-06-28T08:48:03.265088-04:00",
            "name": "BAL",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92156c7-e982-4e1d-bc2e-36e9275417a9/?format=api"
        }
    ]
}