GET /api/bet_types/910ad799-637d-45f7-b95e-3e7d5ba4f330/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "910ad799-637d-45f7-b95e-3e7d5ba4f330",
    "match": "https://api-prod.gambitprofit.com/api/matches/78153a65-81f9-414b-bc2b-32b0396b0648/?format=api",
    "name": "Over/Under",
    "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": "Game Total Over 52.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 52.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "634b307c-75d9-4eb6-a675-720d79a223cd",
            "gambit_id": "2bac2163-6bc6-4c02-8f58-b84fb9dfb021",
            "last_updated": "2022-11-06T16:08:18.133056-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 52.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/910ad799-637d-45f7-b95e-3e7d5ba4f330/?format=api"
        },
        {
            "id": "e7add8b5-5bd1-4aad-aa04-6b76551c7047",
            "gambit_id": "4652fc93-a0ba-42b9-9315-cf6337ede3f3",
            "last_updated": "2022-11-06T16:08:18.131861-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 52.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/910ad799-637d-45f7-b95e-3e7d5ba4f330/?format=api"
        }
    ]
}