GET /api/bet_types/6ca6e579-7406-491f-a9b6-c1351ad5476a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ca6e579-7406-491f-a9b6-c1351ad5476a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdb7d4bc-020d-44fb-9de7-7ba4aa0fc1a2/?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 Under 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d87737fd-4837-43e6-bc92-c90a9635123b",
            "gambit_id": "1ee8c126-2554-4da2-92ea-847c6c24c86b",
            "last_updated": "2022-11-03T09:24:01.438031-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca6e579-7406-491f-a9b6-c1351ad5476a/?format=api"
        },
        {
            "id": "fd16c60f-6aae-407d-a9fd-d6da5a4fc849",
            "gambit_id": "89e71f16-a0f9-4047-a659-8f0e9bb8f33f",
            "last_updated": "2022-11-03T09:24:01.439183-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca6e579-7406-491f-a9b6-c1351ad5476a/?format=api"
        }
    ]
}