GET /api/bet_types/3501d3f1-4dba-4e66-a109-df6db3e6bdb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3501d3f1-4dba-4e66-a109-df6db3e6bdb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd65f5e4-60aa-4627-aff0-c8da986932e3/?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": "Central Florida",
                "amount": 7072.0
            },
            {
                "team": "Florida Atlantic",
                "amount": 2928.0
            }
        ],
        "expected_reward_tokens": 9193.6,
        "profit_sb": 193.6,
        "profit_sb_percentage": 2.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "6feb6011-bfbd-4d1f-98ae-039a5a64026e",
            "gambit_id": "7a611182-9a78-4e2d-ab3f-b6e3b82513ab",
            "last_updated": "2022-09-18T13:02:34.677244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.30000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3501d3f1-4dba-4e66-a109-df6db3e6bdb4/?format=api"
        },
        {
            "id": "2877d9ab-3712-45c3-808c-7afc6103e42c",
            "gambit_id": "500612f1-bd05-4d2d-a214-62b732675625",
            "last_updated": "2022-09-18T13:02:34.676289-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "3.14000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3501d3f1-4dba-4e66-a109-df6db3e6bdb4/?format=api"
        }
    ]
}