GET /api/bet_types/e12f3130-54a4-4a46-8e88-335120442f15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e12f3130-54a4-4a46-8e88-335120442f15",
    "match": "https://api-prod.gambitprofit.com/api/matches/9bbe2754-b191-4817-89f0-d9fc9963c762/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T08:23:10.395634-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": "STL",
                "amount": 6090.0
            },
            {
                "team": "PIT",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "24b5fd1d-1921-4766-8ec5-d736380f1452",
            "gambit_id": "024dbda0-025b-431d-b61f-5d8d09cec15c",
            "last_updated": "2023-08-23T10:03:13.216656-04:00",
            "created_at": "2023-08-22T08:23:10.399215-04:00",
            "name": "STL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e12f3130-54a4-4a46-8e88-335120442f15/?format=api"
        },
        {
            "id": "cddc9ad9-553f-4ac9-8504-eef5dd2fa01c",
            "gambit_id": "e6abbfd3-f4e8-46d7-b057-373b037b5956",
            "last_updated": "2023-08-23T10:03:13.220564-04:00",
            "created_at": "2023-08-22T08:23:10.403309-04:00",
            "name": "PIT",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e12f3130-54a4-4a46-8e88-335120442f15/?format=api"
        }
    ]
}