GET /api/bet_types/55ac2791-b14f-48fa-9b87-ede8f4d94eb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55ac2791-b14f-48fa-9b87-ede8f4d94eb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/39ec1130-48ea-4c60-900f-43579267ef08/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Cleveland Cavaliers",
                "amount": 7209.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2791.0
            }
        ],
        "expected_reward_tokens": 9154.48,
        "profit_sb": 154.48,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b46dc53-a543-4966-802f-331265bdc88e",
            "gambit_id": "d1927b7c-3e80-48c4-9bb8-fe2d9a26c89e",
            "last_updated": "2022-11-28T13:47:16.329880-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ac2791-b14f-48fa-9b87-ede8f4d94eb3/?format=api"
        },
        {
            "id": "ec80f5da-4667-478e-91a4-6a34f99fab52",
            "gambit_id": "63bb59cf-78c2-448b-aded-47e54242277a",
            "last_updated": "2022-11-28T13:47:16.328720-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ac2791-b14f-48fa-9b87-ede8f4d94eb3/?format=api"
        }
    ]
}