GET /api/bet_types/ab053f53-5ca9-4180-959f-c5f66db67c5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab053f53-5ca9-4180-959f-c5f66db67c5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2b12ede-f65e-4aba-be95-dfd71d81815a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:18:00.485324-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": "Washington Capitals",
                "amount": 6456.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3544.0
            }
        ],
        "expected_reward_tokens": 9425.76,
        "profit_sb": -74.24,
        "profit_sb_percentage": -0.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a05505e-bc93-4aad-915d-7b132fd74248",
            "gambit_id": "a5177c71-3dc2-43ac-b027-15b358e7fa6f",
            "last_updated": "2023-11-10T12:43:20.279246-05:00",
            "created_at": "2023-11-08T08:18:00.494254-05:00",
            "name": "Washington Capitals",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab053f53-5ca9-4180-959f-c5f66db67c5b/?format=api"
        },
        {
            "id": "36cf51b5-73b1-4ef8-8756-294550a3d6c8",
            "gambit_id": "0b7bc36e-3b23-4d72-909c-8515aaa6104b",
            "last_updated": "2023-11-10T12:43:20.275782-05:00",
            "created_at": "2023-11-08T08:18:00.489947-05:00",
            "name": "Florida Panthers",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab053f53-5ca9-4180-959f-c5f66db67c5b/?format=api"
        }
    ]
}