GET /api/bet_types/f6134186-778e-4b36-b8b9-f01b6f38cce9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6134186-778e-4b36-b8b9-f01b6f38cce9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b91cab16-85ec-4271-a647-ffc66846fa1c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-10T10:03:06.986347-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": "BAL (G Rodriguez)",
                "amount": 5222.0
            },
            {
                "team": "BOS (B Bello)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "ebb1a5c1-461d-40dd-8030-6d23f48fb31a",
            "gambit_id": "f458e9e8-36bb-4f8b-a931-d4bed8ea4ece",
            "last_updated": "2023-09-12T11:28:11.085607-04:00",
            "created_at": "2023-09-10T10:03:06.990241-04:00",
            "name": "BAL (G Rodriguez)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6134186-778e-4b36-b8b9-f01b6f38cce9/?format=api"
        },
        {
            "id": "b399a37f-28d3-4b4e-904f-22d67b25fc03",
            "gambit_id": "596d3558-349a-4a4c-b860-9eb777424da2",
            "last_updated": "2023-09-12T11:28:11.089632-04:00",
            "created_at": "2023-09-10T10:03:06.994610-04:00",
            "name": "BOS (B Bello)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6134186-778e-4b36-b8b9-f01b6f38cce9/?format=api"
        }
    ]
}