GET /api/bet_types/a0d7fcca-dfae-488b-a5c1-d14550875f53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0d7fcca-dfae-488b-a5c1-d14550875f53",
    "match": "https://api-prod.gambitprofit.com/api/matches/3dc32b67-fdf9-4801-86be-cfaeb16d0641/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:53:01.449020-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": "Philadelphia Flyers",
                "amount": 6154.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "b70abaa9-dae9-4ac6-9c3d-99e250177059",
            "gambit_id": "6c3a728e-6202-409e-80f2-ea2f3fc24d75",
            "last_updated": "2023-12-21T10:18:18.182479-05:00",
            "created_at": "2023-12-19T08:53:01.453479-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0d7fcca-dfae-488b-a5c1-d14550875f53/?format=api"
        },
        {
            "id": "44e07885-4573-4a97-b055-cfe24e5771aa",
            "gambit_id": "560010ad-718c-475d-a62c-dc0de5d41bf8",
            "last_updated": "2023-12-21T10:18:18.185679-05:00",
            "created_at": "2023-12-19T08:53:01.459711-05:00",
            "name": "New Jersey Devils",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0d7fcca-dfae-488b-a5c1-d14550875f53/?format=api"
        }
    ]
}