GET /api/bet_types/ff6a3e48-0ab1-46c7-a6de-d0c9a33527f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff6a3e48-0ab1-46c7-a6de-d0c9a33527f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/6637ab53-4065-423b-8ddb-3a1e17e40a6b/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "CHC",
                "amount": 5984.0
            },
            {
                "team": "STL",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9275.2,
        "profit_sb": 275.2,
        "profit_sb_percentage": 3.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "bf10fc67-f9e9-4a29-ac5b-b4232fb0a249",
            "gambit_id": "b5902dd2-da58-418b-acb3-6517e43fc574",
            "last_updated": "2022-08-26T13:02:10.056177-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff6a3e48-0ab1-46c7-a6de-d0c9a33527f4/?format=api"
        },
        {
            "id": "8556432f-1bcc-42fa-9184-70914447efc2",
            "gambit_id": "a1eda4bd-bbaf-442e-9412-6a9ea8c4136b",
            "last_updated": "2022-08-26T13:02:10.056612-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff6a3e48-0ab1-46c7-a6de-d0c9a33527f4/?format=api"
        }
    ]
}