GET /api/bet_types/ecc4ecce-7d7f-40fd-87b2-c1f4db7ad2ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecc4ecce-7d7f-40fd-87b2-c1f4db7ad2ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/222eeb54-f982-44bd-9746-e01ad173a77d/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:18.975547-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": "Ottawa Senators",
                "amount": 6805.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4b74a6b-905f-4390-964f-bacca3362956",
            "gambit_id": "7eb8c6e2-a1ed-474e-bb94-e6ca254eec9d",
            "last_updated": "2024-02-01T10:53:00.990092-05:00",
            "created_at": "2024-01-31T09:58:18.982875-05:00",
            "name": "Ottawa Senators",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc4ecce-7d7f-40fd-87b2-c1f4db7ad2ee/?format=api"
        },
        {
            "id": "dacae3b9-36f8-4524-96f1-6ca2911cf780",
            "gambit_id": "dfa8baf4-7b9c-44f4-8d4e-5f4114774bfc",
            "last_updated": "2024-02-01T10:53:00.994169-05:00",
            "created_at": "2024-01-31T09:58:18.988684-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc4ecce-7d7f-40fd-87b2-c1f4db7ad2ee/?format=api"
        }
    ]
}