GET /api/bet_types/c090e751-f497-4279-9aec-bd08b7f1df04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c090e751-f497-4279-9aec-bd08b7f1df04",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ba2fea8-e8e4-4cc6-ab99-8c36098b6754/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-29T09:18:07.158903-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": "Milwaukee Bucks",
                "amount": 6797.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 3203.0
            }
        ],
        "expected_reward_tokens": 9447.83,
        "profit_sb": -52.17,
        "profit_sb_percentage": -0.55,
        "recommended": false
    },
    "lines": [
        {
            "id": "11787c04-6ff8-48cf-b965-ca1e867f7489",
            "gambit_id": "91f197a6-0430-4166-adc8-af0886d32416",
            "last_updated": "2023-10-30T21:53:24.593248-04:00",
            "created_at": "2023-10-29T09:18:07.174749-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c090e751-f497-4279-9aec-bd08b7f1df04/?format=api"
        },
        {
            "id": "9ab4ec24-1f6b-42d6-aaeb-e698a778bae1",
            "gambit_id": "a845c51a-dccc-4617-8b4a-bc48b4a2f805",
            "last_updated": "2023-10-30T21:53:24.589728-04:00",
            "created_at": "2023-10-29T09:18:07.165580-04:00",
            "name": "Atlanta Hawks",
            "reward": "2.95000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c090e751-f497-4279-9aec-bd08b7f1df04/?format=api"
        }
    ]
}