GET /api/bet_types/c0657d5f-4fd2-455e-bd95-d412c3e95199/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0657d5f-4fd2-455e-bd95-d412c3e95199",
    "match": "https://api-prod.gambitprofit.com/api/matches/6dcb5bf9-4dcb-4805-93c9-acc16ee910a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:11.197493-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": "Florida Panthers",
                "amount": 6160.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e449f6e-19e1-454d-8593-b892eadc5d2c",
            "gambit_id": "971b121a-80bd-42b9-97be-42e8ddd8b9ae",
            "last_updated": "2023-10-31T19:53:04.756652-04:00",
            "created_at": "2023-10-30T08:58:11.201109-04:00",
            "name": "Florida Panthers",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0657d5f-4fd2-455e-bd95-d412c3e95199/?format=api"
        },
        {
            "id": "874465de-80b7-469d-a6af-11e3b3e1e530",
            "gambit_id": "4dc6bf1d-51c7-4d4e-8743-1a0f5897f9a8",
            "last_updated": "2023-10-31T19:53:04.760601-04:00",
            "created_at": "2023-10-30T08:58:11.205431-04:00",
            "name": "Boston Bruins",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0657d5f-4fd2-455e-bd95-d412c3e95199/?format=api"
        }
    ]
}