GET /api/bet_types/2cd9f188-11d9-4bbe-9837-f51b956b8706/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cd9f188-11d9-4bbe-9837-f51b956b8706",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f0fe9b7-5b95-4131-b2f3-1332d1bff29d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-30T12:47:11.511122-04: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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b7d3bf0-8d81-4642-8398-12e912ad0ab0",
            "gambit_id": "ab57c843-6b3f-4a4e-aa48-0f633bac0897",
            "last_updated": "2023-05-01T12:27:24.403339-04:00",
            "created_at": "2023-04-30T12:47:11.515317-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cd9f188-11d9-4bbe-9837-f51b956b8706/?format=api"
        },
        {
            "id": "b91860cb-ab0a-4352-8a1d-2c72ec3bd4e0",
            "gambit_id": "9b34d54a-f72a-4088-9789-0955d8064def",
            "last_updated": "2023-05-01T12:27:24.401320-04:00",
            "created_at": "2023-04-30T12:47:11.512852-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cd9f188-11d9-4bbe-9837-f51b956b8706/?format=api"
        }
    ]
}