GET /api/bet_types/d6943ec0-8d23-49b2-acde-584c0b6e3833/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6943ec0-8d23-49b2-acde-584c0b6e3833",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d1ab3f7-5e43-44c5-b4dc-a9f487b15c77/?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": "Texas",
                "amount": 6721.0
            },
            {
                "team": "Oklahoma State",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "55f0e92f-5877-4853-a25f-92d34e6a4b4f",
            "gambit_id": "534d681c-fd9c-49e1-9513-40323ea80dd0",
            "last_updated": "2022-10-23T15:42:21.849404-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6943ec0-8d23-49b2-acde-584c0b6e3833/?format=api"
        },
        {
            "id": "f14daabc-a23d-44ed-8421-8deae123b536",
            "gambit_id": "78c531ec-1ebb-4fb4-ad81-bbdc3ad18aec",
            "last_updated": "2022-10-23T15:42:21.848431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6943ec0-8d23-49b2-acde-584c0b6e3833/?format=api"
        }
    ]
}