GET /api/bet_types/11dbf655-1a37-4c6b-87c3-ddb656df5774/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11dbf655-1a37-4c6b-87c3-ddb656df5774",
    "match": "https://api-prod.gambitprofit.com/api/matches/c62d5e7b-3185-4201-a866-478806c01f8b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:14.765092-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": "San Antonio Spurs",
                "amount": 5107.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "457268f8-0df0-4641-b03d-737515830f1e",
            "gambit_id": "6ff9f4c4-c582-4b3e-a619-66a555184cb1",
            "last_updated": "2024-01-29T22:03:09.883505-05:00",
            "created_at": "2024-01-27T09:18:14.773083-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11dbf655-1a37-4c6b-87c3-ddb656df5774/?format=api"
        },
        {
            "id": "7efb3d6d-a6db-4573-a1c2-89fb3138b1c7",
            "gambit_id": "51509031-383e-4104-83d1-549330ac9901",
            "last_updated": "2024-01-29T22:03:09.880180-05:00",
            "created_at": "2024-01-27T09:18:14.768420-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11dbf655-1a37-4c6b-87c3-ddb656df5774/?format=api"
        }
    ]
}