GET /api/bet_types/2e9b35e4-6422-4d39-87c2-fbe5092ecf7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e9b35e4-6422-4d39-87c2-fbe5092ecf7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6508e81-1239-4af5-b61c-145a21a05093/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:08:02.740062-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": "Indiana Pacers",
                "amount": 7634.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2366.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "6261e9e6-c72c-47b2-b2ac-7c990164626a",
            "gambit_id": "213a0ce2-7a87-48e7-9bdd-03fe8e915d69",
            "last_updated": "2023-11-27T10:08:20.802136-05:00",
            "created_at": "2023-11-24T09:08:02.755838-05:00",
            "name": "Indiana Pacers",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e9b35e4-6422-4d39-87c2-fbe5092ecf7e/?format=api"
        },
        {
            "id": "6ee5772c-1433-43f5-a50b-38673334f281",
            "gambit_id": "a1ddb636-0bee-4c2a-9927-bd30e6933eae",
            "last_updated": "2023-11-27T10:08:20.798800-05:00",
            "created_at": "2023-11-24T09:08:02.748685-05:00",
            "name": "Detroit Pistons",
            "reward": "4.00000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e9b35e4-6422-4d39-87c2-fbe5092ecf7e/?format=api"
        }
    ]
}