GET /api/bet_types/935ebbce-9d50-4880-a4d6-617b0840bbe9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "935ebbce-9d50-4880-a4d6-617b0840bbe9",
    "match": "https://api-prod.gambitprofit.com/api/matches/26d872d1-112f-4512-b8b6-4d6c167ddf55/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:18:06.320221-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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3db0666-2d5c-4728-8293-a78fa40a7ae2",
            "gambit_id": "e373be9b-df02-4b17-a2ee-81a22ecb0d53",
            "last_updated": "2023-12-11T19:48:21.161316-05:00",
            "created_at": "2023-12-06T09:18:06.324194-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/935ebbce-9d50-4880-a4d6-617b0840bbe9/?format=api"
        },
        {
            "id": "b5bf542d-8896-4d08-96aa-099a7938e342",
            "gambit_id": "7c2ee059-3e94-482e-9c9e-ae89a2c726cf",
            "last_updated": "2023-12-11T19:48:21.164877-05:00",
            "created_at": "2023-12-06T09:18:06.328837-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/935ebbce-9d50-4880-a4d6-617b0840bbe9/?format=api"
        }
    ]
}