GET /api/bet_types/2f4a3041-db8a-4943-aadc-347307e7ce01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f4a3041-db8a-4943-aadc-347307e7ce01",
    "match": "https://api-prod.gambitprofit.com/api/matches/d97dd22d-181b-4116-a46a-079110a83082/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": 5863.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5a3fd5d-05cf-4f7d-ac99-2a1a0bd23a7b",
            "gambit_id": "bda1d7ae-c362-43c6-afd9-1943f110fa32",
            "last_updated": "2022-10-31T11:12:09.362703-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4a3041-db8a-4943-aadc-347307e7ce01/?format=api"
        },
        {
            "id": "ee7f41fa-2e0c-4e68-a620-ed9b9a0bb043",
            "gambit_id": "9702dcf5-7108-407c-9c96-b5f415a43482",
            "last_updated": "2022-10-31T11:12:09.363655-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4a3041-db8a-4943-aadc-347307e7ce01/?format=api"
        }
    ]
}