GET /api/bet_types/61983f2f-5f94-46ca-9624-ac597f4ee7b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61983f2f-5f94-46ca-9624-ac597f4ee7b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/be9b6e57-75fc-4503-861a-75d70d258724/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-04T09:17:18.275159-05: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": "Milwaukee Bucks",
                "amount": 6603.0
            },
            {
                "team": "Miami Heat",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9375.72,
        "profit_sb": -124.28,
        "profit_sb_percentage": -1.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "c315288b-8a92-418a-9aa4-69c995fbf8eb",
            "gambit_id": "49d884cf-8191-4a85-91f2-e957ffe6e3e2",
            "last_updated": "2023-02-05T11:36:53.835655-05:00",
            "created_at": "2023-02-04T09:17:18.276413-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61983f2f-5f94-46ca-9624-ac597f4ee7b0/?format=api"
        },
        {
            "id": "e5b276dd-9b06-48da-92a5-2de5df43be2f",
            "gambit_id": "cf0a8201-9372-4768-a77a-8c5468804576",
            "last_updated": "2023-02-05T11:36:53.836815-05:00",
            "created_at": "2023-02-04T09:17:18.278017-05:00",
            "name": "Miami Heat",
            "reward": "2.76000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61983f2f-5f94-46ca-9624-ac597f4ee7b0/?format=api"
        }
    ]
}