GET /api/bet_types/d20ab265-84d2-4fd0-9327-12ed7027e32d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d20ab265-84d2-4fd0-9327-12ed7027e32d",
    "match": "https://api-prod.gambitprofit.com/api/matches/894c1bbc-a42c-45e3-be0c-f46a8b9e7d89/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-11T10:08:16.966498-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 (C Schmidt)",
                "amount": 5234.0
            },
            {
                "team": "BOS (B Bello)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "b2a3ac94-3a43-41f1-86c9-fac550e9a814",
            "gambit_id": "dc820a42-280e-4c61-93d2-d376d50d9484",
            "last_updated": "2023-06-12T10:48:19.024444-04:00",
            "created_at": "2023-06-11T10:08:16.970811-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d20ab265-84d2-4fd0-9327-12ed7027e32d/?format=api"
        },
        {
            "id": "5de4d2b3-3ffc-4840-9e52-af691a04f16e",
            "gambit_id": "341725fc-5e75-486c-a67a-47d9f15231a2",
            "last_updated": "2023-06-12T10:48:19.022337-04:00",
            "created_at": "2023-06-11T10:08:16.968801-04:00",
            "name": "BOS (B Bello)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d20ab265-84d2-4fd0-9327-12ed7027e32d/?format=api"
        }
    ]
}