GET /api/bet_types/d72b7f3e-7823-4052-a3e6-3334fdfe6f18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d72b7f3e-7823-4052-a3e6-3334fdfe6f18",
    "match": "https://api-prod.gambitprofit.com/api/matches/7578ae43-25d2-4a48-b8f3-5d247139cf9a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:58:00.083715-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": "Jacksonville Jaguars",
                "amount": 6611.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9f0aa53-c5c3-409c-a2db-5a9b38ed38e8",
            "gambit_id": "4c18db12-f590-49aa-a777-cc9dd5fd9dfa",
            "last_updated": "2023-08-29T09:23:25.742471-04:00",
            "created_at": "2023-08-24T12:58:00.091462-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d72b7f3e-7823-4052-a3e6-3334fdfe6f18/?format=api"
        },
        {
            "id": "d76fbca3-72d7-454b-8040-283fa3189189",
            "gambit_id": "421f82a5-f189-463b-ba7b-8fac66d20ead",
            "last_updated": "2023-08-29T09:23:25.739365-04:00",
            "created_at": "2023-08-24T12:58:00.087405-04:00",
            "name": "Miami Dolphins",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d72b7f3e-7823-4052-a3e6-3334fdfe6f18/?format=api"
        }
    ]
}