GET /api/bet_types/63e85e0c-7556-4b0c-b191-1bebf29a7fbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63e85e0c-7556-4b0c-b191-1bebf29a7fbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8a17798-5eee-4ead-80dd-835db71c0d12/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-05T08:52:55.736658-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": "Columbus Blue Jackets",
                "amount": 5599.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "aadf7565-e62a-45e6-98c4-628e6abf610b",
            "gambit_id": "10364c24-eea5-48e5-ac09-52378a347832",
            "last_updated": "2023-12-06T22:08:03.927326-05:00",
            "created_at": "2023-12-05T08:52:55.747526-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63e85e0c-7556-4b0c-b191-1bebf29a7fbf/?format=api"
        },
        {
            "id": "b451826a-c9ce-4fac-8d25-68c715c214fb",
            "gambit_id": "4bc55d24-8148-4ad9-bdba-d5faa1b00c62",
            "last_updated": "2023-12-06T22:08:03.921060-05:00",
            "created_at": "2023-12-05T08:52:55.741785-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63e85e0c-7556-4b0c-b191-1bebf29a7fbf/?format=api"
        }
    ]
}