GET /api/bet_types/0907c793-9b38-44c3-8447-09c858b561ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0907c793-9b38-44c3-8447-09c858b561ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb30049b-da1b-47e3-94d1-3ef2a1cbc9ec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-06T09:06:59.311027-04: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": "WAS",
                "amount": 5421.0
            },
            {
                "team": "COL",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9a1fb6d-cc2a-4ca8-8af3-8fccca75474f",
            "gambit_id": "21cfa723-5c12-4d2e-881f-dde9423252a0",
            "last_updated": "2023-04-07T10:22:14.857043-04:00",
            "created_at": "2023-04-06T09:06:59.314872-04:00",
            "name": "WAS",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0907c793-9b38-44c3-8447-09c858b561ab/?format=api"
        },
        {
            "id": "09e6d0fb-2817-46db-bc6a-cc7268198665",
            "gambit_id": "5e96e338-c366-4628-8894-f37d325a6ffa",
            "last_updated": "2023-04-07T10:22:14.854412-04:00",
            "created_at": "2023-04-06T09:06:59.312787-04:00",
            "name": "COL",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0907c793-9b38-44c3-8447-09c858b561ab/?format=api"
        }
    ]
}