GET /api/bet_types/fbbdcf28-3328-4dc6-a392-f09de61a7394/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbbdcf28-3328-4dc6-a392-f09de61a7394",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd350383-c556-4f69-a572-3c0e0b0f43df/?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": "Philadelphia Eagles",
                "amount": 5224.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 4776.0
            }
        ],
        "expected_reward_tokens": 9455.44,
        "profit_sb": -44.56,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "a506a2c8-fdc6-416c-8712-49e60013a2c4",
            "gambit_id": "f97bd6cb-b1f9-47a5-ae2c-3a4d3b036f13",
            "last_updated": "2022-10-17T15:07:34.784500-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbbdcf28-3328-4dc6-a392-f09de61a7394/?format=api"
        },
        {
            "id": "16c68c40-b669-48fd-bbdc-1dcfd897884d",
            "gambit_id": "dc6cd51c-0539-4879-8c31-5015031b9acb",
            "last_updated": "2022-10-17T15:07:34.785456-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbbdcf28-3328-4dc6-a392-f09de61a7394/?format=api"
        }
    ]
}