GET /api/bet_types/df7df2d2-b684-40a6-a4eb-c7da07a7c9dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df7df2d2-b684-40a6-a4eb-c7da07a7c9dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/172e585e-51dc-4683-8d88-90eb6ca76dba/?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": "Dan Hooker",
                "amount": 5644.0
            },
            {
                "team": "Claudio Puelles",
                "amount": 4356.0
            }
        ],
        "expected_reward_tokens": 8973.36,
        "profit_sb": -26.64,
        "profit_sb_percentage": -0.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "39eb3432-ce58-4815-9d69-54f5e2a96703",
            "gambit_id": "dd499716-e56b-4c17-a18f-7a1852695463",
            "last_updated": "2022-11-14T10:47:57.856404-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dan Hooker",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df7df2d2-b684-40a6-a4eb-c7da07a7c9dd/?format=api"
        },
        {
            "id": "16342167-a347-4066-95c5-264b3af28d50",
            "gambit_id": "94c153bf-2846-4df0-bde5-730f2eb13c12",
            "last_updated": "2022-11-14T10:47:57.857569-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Claudio Puelles",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df7df2d2-b684-40a6-a4eb-c7da07a7c9dd/?format=api"
        }
    ]
}