GET /api/bet_types/82fb95c7-ee75-4e00-8d9a-715a1238d69a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82fb95c7-ee75-4e00-8d9a-715a1238d69a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c3d4b86-8a3b-4461-b333-46c3faa588a8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:12.039917-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": "Baylor",
                "amount": 5107.0
            },
            {
                "team": "Cal-Santa Barbara",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "78d6cd21-dfa8-4b95-b309-49c5c8b376d0",
            "gambit_id": "2b75ae00-31db-4803-b7b6-e0f8cea24d5c",
            "last_updated": "2023-03-18T11:47:25.621695-04:00",
            "created_at": "2023-03-14T19:52:12.041856-04:00",
            "name": "Baylor",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82fb95c7-ee75-4e00-8d9a-715a1238d69a/?format=api"
        },
        {
            "id": "726f23aa-064c-4c46-be09-2d036e35fc41",
            "gambit_id": "26446caf-8993-4531-8715-beedbaf629e8",
            "last_updated": "2023-03-18T11:47:25.623855-04:00",
            "created_at": "2023-03-14T19:52:12.044363-04:00",
            "name": "Cal-Santa Barbara",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82fb95c7-ee75-4e00-8d9a-715a1238d69a/?format=api"
        }
    ]
}