GET /api/bet_types/3c21fb0c-735e-4b31-8126-46fd0209a8a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c21fb0c-735e-4b31-8126-46fd0209a8a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1ad9157-94c7-4a80-92ce-f023db1eb6f1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-03T09:27:59.179971-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": "Texas Rangers",
                "amount": 5944.0
            },
            {
                "team": "Tampa Bay Rays",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "139196d4-9643-4934-84b1-2a6174c0d797",
            "gambit_id": "ed90f1e9-4cb8-4551-b185-9a6ef4d1eec5",
            "last_updated": "2023-10-04T10:03:19.335471-04:00",
            "created_at": "2023-10-03T09:27:59.184597-04:00",
            "name": "Texas Rangers",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c21fb0c-735e-4b31-8126-46fd0209a8a9/?format=api"
        },
        {
            "id": "a5b66564-a8ab-4746-ba20-c393681fd2e9",
            "gambit_id": "127c206d-2c7b-400b-ae2d-34c60f692688",
            "last_updated": "2023-10-04T10:03:19.338775-04:00",
            "created_at": "2023-10-03T09:27:59.190346-04:00",
            "name": "Tampa Bay Rays",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c21fb0c-735e-4b31-8126-46fd0209a8a9/?format=api"
        }
    ]
}