GET /api/bet_types/58a2cb29-4e7c-40eb-b02b-fab50a0da8a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58a2cb29-4e7c-40eb-b02b-fab50a0da8a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b19c03b2-7157-4015-b36c-e6dc9a88e745/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Kings",
                "amount": 6173.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "5c88cfc9-74b7-4393-8f5b-a655f402ab09",
            "gambit_id": "7cd987e4-fc2c-46ab-ba51-d0c3667590ca",
            "last_updated": "2022-10-19T09:37:26.472477-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58a2cb29-4e7c-40eb-b02b-fab50a0da8a4/?format=api"
        },
        {
            "id": "1daf0893-57a2-476b-9766-f0fdb595f52d",
            "gambit_id": "08a70777-3d90-49e8-980c-8fa35745f15c",
            "last_updated": "2022-10-19T09:37:26.471505-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58a2cb29-4e7c-40eb-b02b-fab50a0da8a4/?format=api"
        }
    ]
}