GET /api/bet_types/4f311849-a3d6-4a7d-a150-545cd21fb739/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f311849-a3d6-4a7d-a150-545cd21fb739",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c5e519c-5c09-4660-b745-e9c835ae0b0c/?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": "LSU",
                "amount": 8270.0
            },
            {
                "team": "UAB",
                "amount": 1730.0
            }
        ],
        "expected_reward_tokens": 9342.0,
        "profit_sb": 342.0,
        "profit_sb_percentage": 3.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "29110946-d8f7-4501-be71-7b5ecf5f0411",
            "gambit_id": "62b47317-f02d-4b21-b282-0256f521824a",
            "last_updated": "2022-11-21T09:48:56.793353-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.13000",
            "odds": "1.14290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f311849-a3d6-4a7d-a150-545cd21fb739/?format=api"
        },
        {
            "id": "767db2f6-ef6d-4fa7-8777-2f25ea246466",
            "gambit_id": "c97724e9-9446-4210-b2ac-e8a445975fa1",
            "last_updated": "2022-11-21T09:48:56.792375-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "5.40000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f311849-a3d6-4a7d-a150-545cd21fb739/?format=api"
        }
    ]
}