GET /api/bet_types/e6d896f6-d5ee-41e5-957e-55764afe10ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6d896f6-d5ee-41e5-957e-55764afe10ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/37904459-360d-4e02-823c-2f7b2d0dc7bc/?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": "Brooklyn Nets",
                "amount": 7209.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2791.0
            }
        ],
        "expected_reward_tokens": 9154.48,
        "profit_sb": 154.48,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "163cdcb6-bb9a-428d-b39f-3a49bbd6b174",
            "gambit_id": "1f707dfd-bf32-4fac-9b9b-7f2755946056",
            "last_updated": "2022-11-28T13:57:14.014955-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6d896f6-d5ee-41e5-957e-55764afe10ab/?format=api"
        },
        {
            "id": "246601a7-ecbf-4c8d-8bce-c71976dd91bf",
            "gambit_id": "55cc9bf3-a6b7-4d7a-9375-868a1a3c0ecc",
            "last_updated": "2022-11-28T13:57:14.016037-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6d896f6-d5ee-41e5-957e-55764afe10ab/?format=api"
        }
    ]
}