GET /api/bet_types/08a3a0e7-6cf6-437b-935b-80c95d7c3e14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08a3a0e7-6cf6-437b-935b-80c95d7c3e14",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0bded6d-705e-4167-98cd-54420e57d998/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-01T09:47:54.755188-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": "Columbus Blue Jackets",
                "amount": 6163.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "466dba55-3b33-44cc-a9c2-e8d50f8d1184",
            "gambit_id": "2e8065fc-88de-4259-84c2-93c75e7b8124",
            "last_updated": "2023-12-02T09:38:00.498673-05:00",
            "created_at": "2023-12-01T09:47:54.763103-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08a3a0e7-6cf6-437b-935b-80c95d7c3e14/?format=api"
        },
        {
            "id": "27c6ccdc-2631-4e09-868f-6406ff8be204",
            "gambit_id": "610ccdf0-ca24-4d0d-9bc1-36dfbd8fbe33",
            "last_updated": "2023-12-02T09:38:00.495432-05:00",
            "created_at": "2023-12-01T09:47:54.759002-05:00",
            "name": "Ottawa Senators",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08a3a0e7-6cf6-437b-935b-80c95d7c3e14/?format=api"
        }
    ]
}