GET /api/bet_types/f33bc21a-20eb-4c30-8561-03542dafb851/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f33bc21a-20eb-4c30-8561-03542dafb851",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5b7d3b1-4df6-4bf0-952f-82ef0b794cde/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-30T10:47:18.460163-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": "NYY",
                "amount": 6241.0
            },
            {
                "team": "SEA",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "411e08e4-553e-4155-b6bc-d46cb9e397cd",
            "gambit_id": "21960250-5650-45ea-8c4d-fe039fa81708",
            "last_updated": "2023-05-31T11:47:21.443263-04:00",
            "created_at": "2023-05-30T10:47:18.461976-04:00",
            "name": "NYY",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f33bc21a-20eb-4c30-8561-03542dafb851/?format=api"
        },
        {
            "id": "76e3f47c-70d3-4423-9b30-c692f2380bde",
            "gambit_id": "dc823ab9-ccad-48eb-a65e-0a97f5298106",
            "last_updated": "2023-05-31T11:47:21.445705-04:00",
            "created_at": "2023-05-30T10:47:18.463988-04:00",
            "name": "SEA",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f33bc21a-20eb-4c30-8561-03542dafb851/?format=api"
        }
    ]
}