GET /api/bet_types/36dd14b1-cadf-4225-b86a-262727ac178b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36dd14b1-cadf-4225-b86a-262727ac178b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0c40f7d-aace-441f-b3c6-e25cdb869810/?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": "New Orleans Pelicans",
                "amount": 7670.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2330.0
            }
        ],
        "expected_reward_tokens": 9203.5,
        "profit_sb": 203.5,
        "profit_sb_percentage": 2.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "811b378e-0d68-4978-b018-cc7b2c3d8c0f",
            "gambit_id": "a059883d-1771-4af8-8057-07ffbc0843e0",
            "last_updated": "2022-11-11T21:17:13.971317-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.20000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36dd14b1-cadf-4225-b86a-262727ac178b/?format=api"
        },
        {
            "id": "7925932b-7c30-45af-8658-bae0fc8b6457",
            "gambit_id": "3b63262e-ba99-43cf-8c0b-95c7138d4c3e",
            "last_updated": "2022-11-11T21:17:13.972331-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "3.95000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36dd14b1-cadf-4225-b86a-262727ac178b/?format=api"
        }
    ]
}