GET /api/bet_types/99f275f9-2bc1-4a13-a42b-27d0ee9312ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99f275f9-2bc1-4a13-a42b-27d0ee9312ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/b52e1b60-e6d1-459b-9dfe-ff58c3eda36e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-16T09:23:14.360697-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": 5857.0
            },
            {
                "team": "PHI",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce3f5086-d83d-4641-8c2b-56d23a4d32e6",
            "gambit_id": "98382b8a-b1b4-488e-845e-648919690e47",
            "last_updated": "2023-09-18T09:03:30.673542-04:00",
            "created_at": "2023-09-16T09:23:14.370046-04:00",
            "name": "STL",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f275f9-2bc1-4a13-a42b-27d0ee9312ae/?format=api"
        },
        {
            "id": "60ade461-a2ec-42bc-b056-d9f7445f7a8f",
            "gambit_id": "d56e856d-9e7d-49d5-bdbf-8115262303f7",
            "last_updated": "2023-09-18T09:03:30.667767-04:00",
            "created_at": "2023-09-16T09:23:14.365832-04:00",
            "name": "PHI",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f275f9-2bc1-4a13-a42b-27d0ee9312ae/?format=api"
        }
    ]
}