GET /api/bet_types/4c34994d-2d52-4dc6-a041-52bce91087e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c34994d-2d52-4dc6-a041-52bce91087e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c9c11ad-2822-4c48-b7aa-062e3649d63b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:09.173510-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": "Cleveland Browns",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f43d9ff3-f152-4c0d-bc1b-10cbf147cd6a",
            "gambit_id": "2fb6bbbe-1ee8-4d62-b525-daa7f60021eb",
            "last_updated": "2023-12-04T15:37:57.328279-05:00",
            "created_at": "2023-11-30T10:28:09.177506-05:00",
            "name": "Cleveland Browns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c34994d-2d52-4dc6-a041-52bce91087e6/?format=api"
        },
        {
            "id": "d05d4012-1329-4435-b027-0cee581127bc",
            "gambit_id": "409c1940-b547-4d8d-a181-d421970cab0b",
            "last_updated": "2023-12-04T15:37:57.331624-05:00",
            "created_at": "2023-11-30T10:28:09.181670-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c34994d-2d52-4dc6-a041-52bce91087e6/?format=api"
        }
    ]
}