GET /api/bet_types/6cdcea41-3691-45b8-b86b-f1087aa0987d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cdcea41-3691-45b8-b86b-f1087aa0987d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d75b5d45-058f-472c-b215-4a5a17593172/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-21T09:03:15.969412-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": "ARI",
                "amount": 5213.0
            },
            {
                "team": "TEX",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e70e5a75-b4e3-46bf-a381-a1328e4e171c",
            "gambit_id": "0edbb097-8556-4633-ab86-5682a01f5f3e",
            "last_updated": "2023-08-28T17:38:11.929989-04:00",
            "created_at": "2023-08-21T09:03:15.977382-04:00",
            "name": "ARI",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cdcea41-3691-45b8-b86b-f1087aa0987d/?format=api"
        },
        {
            "id": "ac9a9ef0-e9c7-4f17-bc6c-724fa609e638",
            "gambit_id": "c4655c85-a61b-485d-8c98-57c9465bc36b",
            "last_updated": "2023-08-28T17:38:11.926277-04:00",
            "created_at": "2023-08-21T09:03:15.973065-04:00",
            "name": "TEX",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cdcea41-3691-45b8-b86b-f1087aa0987d/?format=api"
        }
    ]
}