GET /api/bet_types/bcbf66d2-a9b3-4d7b-8bfd-d3c7c62bddd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcbf66d2-a9b3-4d7b-8bfd-d3c7c62bddd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/703c0d35-0498-45de-ac6e-ae5596f36088/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-18T11:47:13.928649-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": "NYY",
                "amount": 6100.0
            },
            {
                "team": "TOR",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "29c1a941-20b2-4d64-b02d-b9b3c4467b9b",
            "gambit_id": "bf1aea20-e468-4970-89f4-e3ee73f53f38",
            "last_updated": "2023-05-19T11:02:17.436468-04:00",
            "created_at": "2023-05-18T11:47:13.931470-04:00",
            "name": "NYY",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcbf66d2-a9b3-4d7b-8bfd-d3c7c62bddd5/?format=api"
        },
        {
            "id": "1aa50d87-8fb2-47be-af41-2c050d9b169b",
            "gambit_id": "8ef8f1e8-8252-4103-8bec-f650b3b64e56",
            "last_updated": "2023-05-19T11:02:17.433673-04:00",
            "created_at": "2023-05-18T11:47:13.930125-04:00",
            "name": "TOR",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcbf66d2-a9b3-4d7b-8bfd-d3c7c62bddd5/?format=api"
        }
    ]
}