GET /api/bet_types/46c0e7a6-14c3-4bed-85e6-7a207f1ffed1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46c0e7a6-14c3-4bed-85e6-7a207f1ffed1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c7e569c-604a-41f0-994f-dede7f36f2bb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T11:43:21.769067-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": "New York Giants",
                "amount": 5319.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e5901f2-4d5e-496b-901a-d24881a3d001",
            "gambit_id": "422a0cc6-5c92-4612-b267-cff363b9f89e",
            "last_updated": "2023-08-12T18:28:11.352826-04:00",
            "created_at": "2023-08-11T11:43:21.773304-04:00",
            "name": "New York Giants",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c0e7a6-14c3-4bed-85e6-7a207f1ffed1/?format=api"
        },
        {
            "id": "44b69639-e639-469f-bc44-e68eaf36bd17",
            "gambit_id": "be51582d-2de5-40e4-98bc-d48740b61ccd",
            "last_updated": "2023-08-12T18:28:11.357016-04:00",
            "created_at": "2023-08-11T11:43:21.784396-04:00",
            "name": "Detroit Lions",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46c0e7a6-14c3-4bed-85e6-7a207f1ffed1/?format=api"
        }
    ]
}