GET /api/bet_types/c84e3eee-2769-46fb-8145-b8b51393365e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c84e3eee-2769-46fb-8145-b8b51393365e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0372c410-fc89-4803-a834-fd8b8dbbce55/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:32:59.657355-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "af968a57-5d6b-49ae-941c-0ba599a56017",
            "gambit_id": "47418ff4-8c0b-4cc7-bef3-706acaf8a061",
            "last_updated": "2024-01-08T14:23:11.215261-05:00",
            "created_at": "2024-01-05T09:32:59.661359-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c84e3eee-2769-46fb-8145-b8b51393365e/?format=api"
        },
        {
            "id": "c04cfde3-ab7d-42b2-be60-d6424451dbb8",
            "gambit_id": "55d12f61-8e71-4e16-b217-9c0690fd798f",
            "last_updated": "2024-01-08T14:23:11.231838-05:00",
            "created_at": "2024-01-05T09:32:59.665613-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c84e3eee-2769-46fb-8145-b8b51393365e/?format=api"
        }
    ]
}