GET /api/bet_types/2a1960c7-003c-4ab9-b420-6a7a123ac11e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a1960c7-003c-4ab9-b420-6a7a123ac11e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9523ada8-8bc5-430c-9ee6-23dbc7acce89/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-16T09:47:06.733326-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": 6020.0
            },
            {
                "team": "ATL",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "b95216ce-6088-457a-b117-3f6442b6d60d",
            "gambit_id": "5dc78ea1-cd33-4a6e-bc61-c76d4cddcee7",
            "last_updated": "2023-05-18T11:47:15.189939-04:00",
            "created_at": "2023-05-16T09:47:06.735156-04:00",
            "name": "TEX",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a1960c7-003c-4ab9-b420-6a7a123ac11e/?format=api"
        },
        {
            "id": "502f429e-6f8d-4afa-b110-5b60d07f9a55",
            "gambit_id": "a484868f-87f6-48f0-b63a-f0f412dd7633",
            "last_updated": "2023-05-18T11:47:15.191299-04:00",
            "created_at": "2023-05-16T09:47:06.737063-04:00",
            "name": "ATL",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a1960c7-003c-4ab9-b420-6a7a123ac11e/?format=api"
        }
    ]
}