GET /api/bet_types/d2d740ec-bdfd-43da-9657-f39884a4fe44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2d740ec-bdfd-43da-9657-f39884a4fe44",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b57f3d5-f901-4b26-bd28-d4df4aa924f5/?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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a2b253e-44d4-43c2-8baf-e368bdc61663",
            "gambit_id": "73c43daf-5221-413c-ba1c-67c4623923a6",
            "last_updated": "2022-10-31T11:02:12.823319-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2d740ec-bdfd-43da-9657-f39884a4fe44/?format=api"
        },
        {
            "id": "15d09864-39aa-4fd5-88c2-19da7ea58dcd",
            "gambit_id": "509c36e0-84e0-462a-a050-1f16929b5c88",
            "last_updated": "2022-10-31T11:02:12.824205-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2d740ec-bdfd-43da-9657-f39884a4fe44/?format=api"
        }
    ]
}