GET /api/bet_types/68e6fc97-40fc-4470-ba6f-7c6129d6ff75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68e6fc97-40fc-4470-ba6f-7c6129d6ff75",
    "match": "https://api-prod.gambitprofit.com/api/matches/2de4ce33-279a-40c1-afa2-9bb63a1dc2a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-22T12:38:07.001153-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": "SDG (J Wolf)",
                "amount": 5714.0
            },
            {
                "team": "DET (M Manning)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "43ad84d5-5920-4483-b7e8-ff3bacae5e18",
            "gambit_id": "d8f9b3b3-82f2-4444-9358-e67df5086f29",
            "last_updated": "2023-07-23T21:58:29.408855-04:00",
            "created_at": "2023-07-22T12:38:07.005636-04:00",
            "name": "SDG (J Wolf)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68e6fc97-40fc-4470-ba6f-7c6129d6ff75/?format=api"
        },
        {
            "id": "4b67d61d-547a-4e7c-a394-b7eeeddc458a",
            "gambit_id": "235b822c-780b-4cc4-97ab-088a52bec02b",
            "last_updated": "2023-07-23T21:58:29.412748-04:00",
            "created_at": "2023-07-22T12:38:07.014023-04:00",
            "name": "DET (M Manning)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68e6fc97-40fc-4470-ba6f-7c6129d6ff75/?format=api"
        }
    ]
}