GET /api/bet_types/1e6616ea-830a-48f3-9bec-4dbbdc8cd34e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e6616ea-830a-48f3-9bec-4dbbdc8cd34e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f30a2d4-3217-4a62-bdb8-9c77eca44952/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-11T10:08:16.554568-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": "LAA (G Canning)",
                "amount": 5117.0
            },
            {
                "team": "SEA (B Miller)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "d335fa21-508f-4310-a011-45737bae6d79",
            "gambit_id": "49c30f56-41a2-402d-99a6-d1227021fe59",
            "last_updated": "2023-06-18T16:03:13.411546-04:00",
            "created_at": "2023-06-11T10:08:16.558049-04:00",
            "name": "LAA (G Canning)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e6616ea-830a-48f3-9bec-4dbbdc8cd34e/?format=api"
        },
        {
            "id": "80540b00-d6d5-4727-b155-d4ec3c53c403",
            "gambit_id": "a3d52936-5294-4389-8eef-d3f0d6518033",
            "last_updated": "2023-06-18T16:03:13.409408-04:00",
            "created_at": "2023-06-11T10:08:16.556362-04:00",
            "name": "SEA (B Miller)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e6616ea-830a-48f3-9bec-4dbbdc8cd34e/?format=api"
        }
    ]
}