GET /api/bet_types/3ed00d36-f51d-40cb-933c-53eeb00c2649/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ed00d36-f51d-40cb-933c-53eeb00c2649",
    "match": "https://api-prod.gambitprofit.com/api/matches/b923d60f-e5b0-4433-b152-8693603ad58f/?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": "Buffalo Bills",
                "amount": 7036.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 2964.0
            }
        ],
        "expected_reward_tokens": 9217.16,
        "profit_sb": 217.16,
        "profit_sb_percentage": 2.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ac85ded-d6b2-4db5-b604-835a5fb75115",
            "gambit_id": "ef475ae3-e8dd-4919-b700-3e6a602499c5",
            "last_updated": "2022-11-14T14:57:39.734343-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ed00d36-f51d-40cb-933c-53eeb00c2649/?format=api"
        },
        {
            "id": "98a6d0e6-7b01-4d59-97ed-d618e5d9859c",
            "gambit_id": "3b2c21d1-6b9b-491c-9c0d-f97dd84d5580",
            "last_updated": "2022-11-14T14:57:39.735569-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "3.11000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ed00d36-f51d-40cb-933c-53eeb00c2649/?format=api"
        }
    ]
}