GET /api/bet_types/9ee58fbd-b589-4c62-86b8-a4efeead9a4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ee58fbd-b589-4c62-86b8-a4efeead9a4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea716818-8875-4ad1-a40c-d6d1464a0448/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-02T09:28:01.954572-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": "MIN",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c7b19f1-5cf9-4467-8524-cc4bee0647f9",
            "gambit_id": "ca3a5766-eae2-4137-a9ca-3062f4d91a22",
            "last_updated": "2023-08-03T10:57:57.989950-04:00",
            "created_at": "2023-08-02T09:28:01.978273-04:00",
            "name": "STL",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee58fbd-b589-4c62-86b8-a4efeead9a4a/?format=api"
        },
        {
            "id": "65a06db3-3fe6-4f48-9b8d-eced7c356ec9",
            "gambit_id": "7d5a58ef-03a6-4b56-9213-a4a9b932f6f5",
            "last_updated": "2023-08-03T10:57:57.985984-04:00",
            "created_at": "2023-08-02T09:28:01.967038-04:00",
            "name": "MIN",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee58fbd-b589-4c62-86b8-a4efeead9a4a/?format=api"
        }
    ]
}