GET /api/bet_types/2a5b5dc1-171d-4728-b0ba-a52393c902e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a5b5dc1-171d-4728-b0ba-a52393c902e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/56a6932c-d969-49b9-9036-0c10051a38d7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-31T09:02:01.575910-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "e69498f1-8b06-43f6-aa18-1ff68f0b15cc",
            "gambit_id": "0b07a821-4c3c-4178-969e-3bcb20882e0d",
            "last_updated": "2023-02-01T09:41:56.344779-05:00",
            "created_at": "2023-01-31T09:02:01.577397-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a5b5dc1-171d-4728-b0ba-a52393c902e6/?format=api"
        },
        {
            "id": "d53491b0-c962-4dc8-9af7-6f40f9e0f088",
            "gambit_id": "1023ec3e-18e1-4919-98a5-c16618118def",
            "last_updated": "2023-02-01T09:41:56.346052-05:00",
            "created_at": "2023-01-31T09:02:01.578734-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a5b5dc1-171d-4728-b0ba-a52393c902e6/?format=api"
        }
    ]
}