GET /api/bet_types/ee502b6d-01e9-4910-a8ab-a9b763a0d9f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee502b6d-01e9-4910-a8ab-a9b763a0d9f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ed7ed38-3710-49e5-ac91-0b333f3f6f0a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-01T09:26:46.885866-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": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec52216b-cfd6-4adb-a128-dcd0debc11d0",
            "gambit_id": "d35474a5-fe3e-401e-aa1b-786c5d1f3aad",
            "last_updated": "2023-02-02T10:32:06.472141-05:00",
            "created_at": "2023-02-01T09:26:46.888469-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee502b6d-01e9-4910-a8ab-a9b763a0d9f6/?format=api"
        },
        {
            "id": "069eeade-63b2-4662-bd96-cf38b1a409a1",
            "gambit_id": "66f5affd-d93a-409f-8bbf-b2b3aa7ee1c7",
            "last_updated": "2023-02-02T10:32:06.470889-05:00",
            "created_at": "2023-02-01T09:26:46.887124-05:00",
            "name": "Sacramento Kings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee502b6d-01e9-4910-a8ab-a9b763a0d9f6/?format=api"
        }
    ]
}