GET /api/bet_types/52359a28-0023-4b5a-aa77-8e766c7008c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52359a28-0023-4b5a-aa77-8e766c7008c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/8337444e-30ab-4828-a98f-cf419ae55461/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:07.417331-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": "New Orleans Saints",
                "amount": 5107.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d3f8eb8-4588-4988-a8c7-28fdbddbd83b",
            "gambit_id": "5d0c713a-0e75-4687-9fa7-aedcc7837d44",
            "last_updated": "2023-08-21T20:08:17.604273-04:00",
            "created_at": "2023-08-17T13:03:07.421565-04:00",
            "name": "New Orleans Saints",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52359a28-0023-4b5a-aa77-8e766c7008c4/?format=api"
        },
        {
            "id": "e5fb5762-3d8b-455a-8312-72fd3b9eabd3",
            "gambit_id": "1dbd6145-9a3e-4c5a-9e0f-a5f2375db2f2",
            "last_updated": "2023-08-21T20:08:17.607870-04:00",
            "created_at": "2023-08-17T13:03:07.426158-04:00",
            "name": "Los Angeles Chargers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52359a28-0023-4b5a-aa77-8e766c7008c4/?format=api"
        }
    ]
}