GET /api/bet_types/cf8eca44-7dea-4925-8f31-b68c9b113426/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf8eca44-7dea-4925-8f31-b68c9b113426",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c130ec4-e476-4c9f-9636-45bae5f65626/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-01T10:03:02.573162-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc505f6c-0dfa-4b86-950e-e114635d5fd3",
            "gambit_id": "da798b8a-4ece-43b9-8ec6-c761c1a3842b",
            "last_updated": "2024-01-03T10:53:14.278610-05:00",
            "created_at": "2024-01-01T10:03:02.583716-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8eca44-7dea-4925-8f31-b68c9b113426/?format=api"
        },
        {
            "id": "e4063a87-aa90-4423-8b47-94587a160cc6",
            "gambit_id": "76d532ff-2543-46b7-9bbf-aaab077558d0",
            "last_updated": "2024-01-03T10:53:14.283470-05:00",
            "created_at": "2024-01-01T10:03:02.590904-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8eca44-7dea-4925-8f31-b68c9b113426/?format=api"
        }
    ]
}