GET /api/bet_types/aa19beff-a944-43fb-8be5-90f1cf1f95bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa19beff-a944-43fb-8be5-90f1cf1f95bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b744135-1b5f-4c87-b53d-22dca077da38/?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": "Phoenix Suns",
                "amount": 5753.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "defb5f69-b0a8-4318-9e92-43117d64000b",
            "gambit_id": "e109d849-d559-4457-9f76-847a1201abef",
            "last_updated": "2022-12-19T10:32:28.654973-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa19beff-a944-43fb-8be5-90f1cf1f95bd/?format=api"
        },
        {
            "id": "7aff5d9d-bab5-43f1-99b0-c7e62390623d",
            "gambit_id": "948c0ba4-5994-4068-8350-0556c09b12f5",
            "last_updated": "2022-12-19T10:32:28.656026-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa19beff-a944-43fb-8be5-90f1cf1f95bd/?format=api"
        }
    ]
}