GET /api/bet_types/e7a15cbd-7036-4131-bed8-e5c756f241ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7a15cbd-7036-4131-bed8-e5c756f241ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/c316b26d-45ad-4638-bc6b-a250beb26f29/?format=api",
    "name": "Play the Odds",
    "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": "Cincinnati",
                "amount": 5106.0
            },
            {
                "team": "SMU",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "184a007e-9dfb-4845-a9af-c1151cd77332",
            "gambit_id": "c674ae3a-e832-4da2-a2fe-d16c0b137483",
            "last_updated": "2022-10-23T09:17:15.183642-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7a15cbd-7036-4131-bed8-e5c756f241ce/?format=api"
        },
        {
            "id": "b94776a8-6f97-4801-a880-7edc94a6f461",
            "gambit_id": "6b07519d-6725-48af-857b-8873030d0270",
            "last_updated": "2022-10-23T09:17:15.182616-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7a15cbd-7036-4131-bed8-e5c756f241ce/?format=api"
        }
    ]
}